|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.impl.WrappedGraph
com.hp.hpl.jena.shared.RandomOrderGraph
Wraps a graph and randomizes the order of find results.
Field Summary |
Fields inherited from interface com.hp.hpl.jena.graph.Graph |
emptyGraph |
Constructor Summary | |
RandomOrderGraph(Graph base)
|
|
RandomOrderGraph(int bufsz,
Graph base)
|
Method Summary | |
static Graph |
createDefaultGraph()
|
static Model |
createDefaultModel()
|
ExtendedIterator |
find(Node s,
Node p,
Node o)
Returns an iterator over Triple. |
ExtendedIterator |
find(TripleMatch m)
Returns an iterator over all the Triples that match the triple pattern. |
Methods inherited from class com.hp.hpl.jena.graph.impl.WrappedGraph |
add, close, contains, contains, delete, dependsOn, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getTransactionHandler, isEmpty, isIsomorphicWith, queryHandler, size |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RandomOrderGraph(int bufsz, Graph base)
base
- public RandomOrderGraph(Graph base)
base
- Method Detail |
public static Graph createDefaultGraph()
public static Model createDefaultModel()
public ExtendedIterator find(TripleMatch m)
Graph
public ExtendedIterator find(Node s, Node p, Node o)
Graph
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |