public class RandomOrderGraph extends com.hp.hpl.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() |
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(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, find, getBulkUpdateHandler, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, performAdd, performDelete, remove, sizepublic RandomOrderGraph(int bufsz,
Graph base)
base - public RandomOrderGraph(Graph base)
base - public static Graph createDefaultGraph()
public static Model createDefaultModel()
public com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(Triple triple)
Graphfind in interface Graphfind in class com.hp.hpl.jena.graph.impl.WrappedGraphtriple - a Triple[Match] encoding the pattern to look forpublic com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> find(Node s, Node p, Node o)
Graphfind in interface Graphfind in class com.hp.hpl.jena.graph.impl.WrappedGraphpublic Capabilities getCapabilities()
GraphgetCapabilities in interface GraphgetCapabilities in class com.hp.hpl.jena.graph.impl.WrappedGraphLicenced under the Apache License, Version 2.0