public class SparqlGraphMultilingual extends SparqlGraph implements com.hp.hpl.jena.graph.impl.GraphWithPerform
| Constructor and Description |
|---|
SparqlGraphMultilingual(String endpointURI,
List<String> languages) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.hp.hpl.jena.graph.Triple arg0) |
com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.graph.Triple> |
find(com.hp.hpl.jena.graph.Node subject,
com.hp.hpl.jena.graph.Node predicate,
com.hp.hpl.jena.graph.Node object) |
com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.graph.Triple> |
find(com.hp.hpl.jena.graph.TripleMatch arg0) |
void |
performAdd(com.hp.hpl.jena.graph.Triple t) |
String |
toString() |
clear, close, contains, contains, delete, dependsOn, executeUpdate, getBulkUpdateHandler, getCapabilities, getEndpointURI, getEventManager, getGraphURI, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, performDelete, pyString, remove, removeAll, size, sparqlNode, sparqlNodeDelete, sparqlNodeUpdatepublic void add(com.hp.hpl.jena.graph.Triple arg0)
throws com.hp.hpl.jena.shared.AddDeniedException
add in interface com.hp.hpl.jena.graph.Graphadd in interface com.hp.hpl.jena.graph.GraphAddadd in class SparqlGraphcom.hp.hpl.jena.shared.AddDeniedExceptionpublic void performAdd(com.hp.hpl.jena.graph.Triple t)
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd in class SparqlGraphpublic com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.graph.Triple> find(com.hp.hpl.jena.graph.TripleMatch arg0)
find in interface com.hp.hpl.jena.graph.Graphfind in class SparqlGraphpublic com.hp.hpl.jena.util.iterator.ExtendedIterator<com.hp.hpl.jena.graph.Triple> find(com.hp.hpl.jena.graph.Node subject,
com.hp.hpl.jena.graph.Node predicate,
com.hp.hpl.jena.graph.Node object)
find in interface com.hp.hpl.jena.graph.Graphfind in class SparqlGraphpublic String toString()
toString in class SparqlGraphCopyright © 2016. All rights reserved.