- All Superinterfaces:
Graph
- All Known Implementing Classes:
BaseInfGraph,BasicForwardRuleInfGraph,CompositionBase,Delta,Difference,DisjointUnion,Dyadic,FBRuleInfGraph,GraphBase,GraphMem,GraphMemFast,GraphMemLegacy,GraphMemRoaring,GraphMemValue,GraphPlain,GraphRefCount,Intersection,LPBackwardRuleInfGraph,MultiUnion,Polyadic,RDFSRuleInfGraph,RETERuleInfGraph,SafeGraph,TransitiveInfGraph,Union,WrappedGraph
GraphWithPerform is an implementation interface that extends Graph
with the performAdd and performDelete methods used by GraphBase
to invoke non-notifying versions of add and delete.
-
Field Summary
Fields inherited from interface org.apache.jena.graph.Graph
emptyGraph -
Method Summary
Modifier and TypeMethodDescriptionvoidperformAdd(Triple t) addtto this graph, but do not generate any eventvoidremovetfrom this graph, but do not generate any event
-
Method Details
-
performAdd
addtto this graph, but do not generate any event -
performDelete
removetfrom this graph, but do not generate any event
-