public class ModelDataSource extends Object implements DataSource
MAX_INDEX_SIZE| Constructor and Description |
|---|
ModelDataSource(com.hp.hpl.jena.rdf.model.Model model) |
| 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) |
public String getEndpointURL()
getEndpointURL in interface DataSourcepublic com.hp.hpl.jena.rdf.model.Model getResourceDescription(String resourceURI)
getResourceDescription in interface DataSourcepublic com.hp.hpl.jena.rdf.model.Model getAnonymousPropertyValues(String resourceURI, com.hp.hpl.jena.rdf.model.Property property, boolean isInverse)
getAnonymousPropertyValues in interface DataSourcepublic List<com.hp.hpl.jena.rdf.model.Resource> getIndex()
DataSourcegetIndex in interface DataSourceCopyright © 2013. All Rights Reserved.