Package org.apache.jena.graph.impl
Interface GraphWithPerform
-
- All Superinterfaces:
Graph
- All Known Implementing Classes:
BaseInfGraph
,BasicForwardRuleInfGraph
,CollectionGraph
,CompositionBase
,Delta
,Difference
,DisjointUnion
,Dyadic
,FBRuleInfGraph
,GraphBase
,GraphMem
,GraphMemBase
,GraphPlain
,Intersection
,LPBackwardRuleInfGraph
,MonitorGraph
,MultiUnion
,Polyadic
,RandomOrderGraph
,RDFSRuleInfGraph
,RETERuleInfGraph
,SafeGraph
,TransitiveInfGraph
,Union
,WrappedGraph
public interface GraphWithPerform extends Graph
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
performAdd(Triple t)
addt
to this graph, but do not generate any eventvoid
performDelete(Triple t)
removet
from this graph, but do not generate any event-
Methods 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, stream, stream
-
-