public class RandomOrderGraph
extends org.apache.jena.graph.impl.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() |
org.apache.jena.util.iterator.ExtendedIterator<Triple> |
find(Node s,
Node p,
Node o)
Returns an iterator over Triple.
|
org.apache.jena.util.iterator.ExtendedIterator<Triple> |
find(Triple triple)
Returns an iterator over all the Triples that match the triple pattern.
|
Capabilities |
getCapabilities()
returns this Graph's capabilities
|
public RandomOrderGraph(int bufsz, Graph base)
base
- public RandomOrderGraph(Graph base)
base
- public static Graph createDefaultGraph()
public static Model createDefaultModel()
public org.apache.jena.util.iterator.ExtendedIterator<Triple> find(Triple triple)
Graph
public org.apache.jena.util.iterator.ExtendedIterator<Triple> find(Node s, Node p, Node o)
Graph
public Capabilities getCapabilities()
Graph
getCapabilities
in interface Graph
getCapabilities
in class org.apache.jena.graph.impl.WrappedGraph
Licenced under the Apache License, Version 2.0