Package org.apache.jena.sparql.graph
Class GraphZero
- java.lang.Object
-
- org.apache.jena.graph.impl.GraphBase
-
- org.apache.jena.sparql.graph.GraphZero
-
- All Implemented Interfaces:
Graph,GraphWithPerform
public class GraphZero extends GraphBase
Invariant empty graph.- See Also:
GraphSink
-
-
Field Summary
-
Fields inherited from class org.apache.jena.graph.impl.GraphBase
TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT
-
Fields inherited from interface org.apache.jena.graph.Graph
emptyGraph
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CapabilitiesgetCapabilities()TransactionHandlergetTransactionHandler()static Graphinstance()voidperformAdd(Triple t)voidperformDelete(Triple t)-
Methods inherited from class org.apache.jena.graph.impl.GraphBase
add, clear, close, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getEventManager, getPrefixMapping, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, remove, size, toString, toString
-
-
-
-
Method Detail
-
instance
public static Graph instance()
-
getTransactionHandler
public TransactionHandler getTransactionHandler()
- Specified by:
getTransactionHandlerin interfaceGraph- Overrides:
getTransactionHandlerin classGraphBase
-
performAdd
public void performAdd(Triple t)
- Specified by:
performAddin interfaceGraphWithPerform- Overrides:
performAddin classGraphBase
-
performDelete
public void performDelete(Triple t)
- Specified by:
performDeletein interfaceGraphWithPerform- Overrides:
performDeletein classGraphBase
-
getCapabilities
public Capabilities getCapabilities()
- Specified by:
getCapabilitiesin interfaceGraph- Overrides:
getCapabilitiesin classGraphBase
-
-