|
||||||||||
| 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
public class 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()
|
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
find(Node s,
Node p,
Node o)
Returns an iterator over Triple. |
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
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, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, performAdd, performDelete, 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 com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(TripleMatch m)
Graph
find in interface Graphfind in class com.hp.hpl.jena.graph.impl.WrappedGraphm - a Triple[Match] encoding the pattern to look for
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(Node s,
Node p,
Node o)
Graph
find in interface Graphfind in class com.hp.hpl.jena.graph.impl.WrappedGraph
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||