public final class UIConfig extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
UIConfig.Builder |
static class |
UIConfig.Category |
static class |
UIConfig.Example |
Modifier and Type | Method and Description |
---|---|
static UIConfig.Builder |
builder() |
boolean |
equals(Object object) |
org.openrdf.model.URI |
getDenotedByProperty() |
List<UIConfig.Example> |
getLookupExamples() |
List<UIConfig.Category> |
getMentionCategories() |
List<org.openrdf.model.URI> |
getMentionOverviewProperties() |
List<org.openrdf.model.URI> |
getResourceOverviewProperties() |
int |
getResultLimit() |
List<UIConfig.Example> |
getSparqlExamples() |
int |
hashCode() |
boolean |
isDenotedByAllowsGraphs() |
boolean |
isRefersToFunctional() |
String |
toString() |
public static UIConfig.Builder builder()
public int getResultLimit()
public List<org.openrdf.model.URI> getResourceOverviewProperties()
public List<org.openrdf.model.URI> getMentionOverviewProperties()
public List<UIConfig.Category> getMentionCategories()
public List<UIConfig.Example> getLookupExamples()
public List<UIConfig.Example> getSparqlExamples()
public org.openrdf.model.URI getDenotedByProperty()
public boolean isDenotedByAllowsGraphs()
public boolean isRefersToFunctional()
Copyright © 2015–2016 FBK-irst. All rights reserved.