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(TripleMatch m)
Returns an iterator over all the Triples that match the triple pattern.
|
add, close, contains, contains, delete, dependsOn, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, performAdd, performDelete, queryHandler, size
public 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(TripleMatch m)
Graph
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP