Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UIConfig |
build() |
UIConfig.Builder |
denotedByAllowsGraphs(Boolean denotedByAllowsGraphs) |
UIConfig.Builder |
denotedByProperty(org.openrdf.model.URI denotedByProperty) |
UIConfig.Builder |
lookupExamples(Iterable<? extends UIConfig.Example> lookupExamples) |
UIConfig.Builder |
mentionCategories(Iterable<? extends UIConfig.Category> mentionCategories) |
UIConfig.Builder |
mentionOverviewProperties(Iterable<? extends org.openrdf.model.URI> mentionOverviewProperties) |
UIConfig.Builder |
refersToFunctional(Boolean refersToFunctional) |
UIConfig.Builder |
resourceOverviewProperties(Iterable<? extends org.openrdf.model.URI> resourceOverviewProperties) |
UIConfig.Builder |
resultLimit(Integer resultLimit) |
UIConfig.Builder |
sparqlExamples(Iterable<? extends UIConfig.Example> sparqlExamples) |
public UIConfig.Builder resultLimit(@Nullable Integer resultLimit)
public UIConfig.Builder resourceOverviewProperties(@Nullable Iterable<? extends org.openrdf.model.URI> resourceOverviewProperties)
public UIConfig.Builder mentionOverviewProperties(@Nullable Iterable<? extends org.openrdf.model.URI> mentionOverviewProperties)
public UIConfig.Builder mentionCategories(@Nullable Iterable<? extends UIConfig.Category> mentionCategories)
public UIConfig.Builder lookupExamples(@Nullable Iterable<? extends UIConfig.Example> lookupExamples)
public UIConfig.Builder sparqlExamples(@Nullable Iterable<? extends UIConfig.Example> sparqlExamples)
public UIConfig.Builder denotedByProperty(@Nullable org.openrdf.model.URI denotedByProperty)
public UIConfig.Builder denotedByAllowsGraphs(@Nullable Boolean denotedByAllowsGraphs)
public UIConfig.Builder refersToFunctional(@Nullable Boolean refersToFunctional)
public UIConfig build()
Copyright © 2015–2016 FBK-irst. All rights reserved.