
public class DummyGraph extends AbstractGraph implements Graph
| Modifier | Constructor and Description |
|---|---|
protected |
DummyGraph(GraphFactory graphFactory,
String identifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the graph.
|
ContextNode |
getRootContextNode(boolean subgraph)
Gets the local root context node of this graph.
|
beginTransaction, clear, commitTransaction, compareTo, containsStatement, equals, getAllStatementCount, getAllStatements, getDeepContextNode, getDeepContextNode, getDeepLiteralNode, getDeepLiteralNode, getDeepNode, getDeepNode, getDeepRelation, getDeepRelation, getDeepRelations, getGraphFactory, getIdentifier, getRootContextNode, getStatement, hashCode, isEmpty, rollbackTransaction, setDeepContextNode, setDeepLiteralNode, setDeepNode, setDeepRelation, setDeepRelation, setStatement, supportsTransactions, toString, toString, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbeginTransaction, clear, commitTransaction, containsStatement, getAllStatementCount, getAllStatements, getDeepContextNode, getDeepContextNode, getDeepLiteralNode, getDeepLiteralNode, getDeepNode, getDeepNode, getDeepRelation, getDeepRelation, getDeepRelations, getGraphFactory, getIdentifier, getRootContextNode, getStatement, isEmpty, rollbackTransaction, setDeepContextNode, setDeepLiteralNode, setDeepNode, setDeepRelation, setDeepRelation, setStatement, supportsTransactions, toString, toString, toStringcompareToprotected DummyGraph(GraphFactory graphFactory, String identifier)
public ContextNode getRootContextNode(boolean subgraph)
GraphgetRootContextNode in interface Graphsubgraph - This is simply a hint to the implementation whether
child context nodes will subsequently be requested. Implementations may
or may not actually use this parameter.Copyright © 2017. All rights reserved.