public class RandomOrderGraph extends WrappedGraph
emptyGraph
Constructor and Description |
---|
RandomOrderGraph(Graph base) |
RandomOrderGraph(int bufsz,
Graph base) |
Modifier and Type | Method and Description |
---|---|
static Graph |
createDefaultGraph() |
static Model |
createDefaultModel() |
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.
|
Capabilities |
getCapabilities()
returns this Graph's capabilities
|
add, clear, close, contains, contains, delete, dependsOn, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, getWrapped, isClosed, isEmpty, isIsomorphicWith, performAdd, performDelete, remove, size
public RandomOrderGraph(int bufsz, Graph base)
base
- public RandomOrderGraph(Graph base)
base
- public static Graph createDefaultGraph()
public static Model createDefaultModel()
public ExtendedIterator<Triple> find(Triple triple)
Graph
find
in interface Graph
find
in class WrappedGraph
triple
- a Triple encoding the pattern to look forpublic ExtendedIterator<Triple> find(Node s, Node p, Node o)
Graph
find
in interface Graph
find
in class WrappedGraph
public Capabilities getCapabilities()
Graph
getCapabilities
in interface Graph
getCapabilities
in class WrappedGraph
Licenced under the Apache License, Version 2.0