- All Superinterfaces:
Graph
- All Known Implementing Classes:
BaseInfGraph,BasicForwardRuleInfGraph,CollectionGraph,CompositionBase,Delta,Difference,DisjointUnion,Dyadic,FBRuleInfGraph,GraphBase,GraphMem,GraphMem2,GraphMem2Fast,GraphMem2Legacy,GraphMem2Roaring,GraphMemBase,GraphPlain,Intersection,LPBackwardRuleInfGraph,MonitorGraph,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 eventMethods inherited from interface org.apache.jena.graph.Graph
add, add, clear, close, contains, contains, delete, delete, dependsOn, find, find, find, getCapabilities, getEventManager, getPrefixMapping, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, size, sizeLong, stream, stream
-
Method Details
-
performAdd
addtto this graph, but do not generate any event -
performDelete
removetfrom this graph, but do not generate any event
-