public class SafeGraph extends WrappedGraph implements Graph
emptyGraph| Constructor and Description |
|---|
SafeGraph(Graph base)
Wrap a graph to hide generalized triples
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedIterator<Triple> |
find(Node s,
Node p,
Node o)
Returns an iterator over Triples matching a pattern.
|
ExtendedIterator<Triple> |
find(Triple triple)
Returns an iterator over all the Triples that match the triple pattern.
|
Graph |
getRawGraph()
Return the unfiltered version of the graph
|
add, clear, close, contains, contains, delete, dependsOn, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, getWrapped, isClosed, isEmpty, isIsomorphicWith, performAdd, performDelete, remove, sizeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, clear, close, contains, contains, delete, dependsOn, find, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, sizepublic SafeGraph(Graph base)
public ExtendedIterator<Triple> find(Triple triple)
Graphfind in interface Graphfind in class WrappedGraphtriple - a Triple encoding the pattern to look forpublic ExtendedIterator<Triple> find(Node s, Node p, Node o)
Graphfind in interface Graphfind in class WrappedGraphpublic Graph getRawGraph()
Licenced under the Apache License, Version 2.0