public interface DataSource
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_INDEX_SIZE |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
getAnonymousPropertyValues(String resourceURI,
com.hp.hpl.jena.rdf.model.Property property,
boolean isInverse) |
String |
getEndpointURL() |
List<com.hp.hpl.jena.rdf.model.Resource> |
getIndex()
A list of resources to be displayed as the contents of this data source.
|
com.hp.hpl.jena.rdf.model.Model |
getResourceDescription(String resourceURI) |
static final int MAX_INDEX_SIZE
String getEndpointURL()
com.hp.hpl.jena.rdf.model.Model getResourceDescription(String resourceURI)
com.hp.hpl.jena.rdf.model.Model getAnonymousPropertyValues(String resourceURI, com.hp.hpl.jena.rdf.model.Property property, boolean isInverse)
List<com.hp.hpl.jena.rdf.model.Resource> getIndex()
Copyright © 2013. All Rights Reserved.