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