Interface ITcObserver<V>
- All Known Implementing Classes:
CountingListener, TransitiveClosureNode
public interface ITcObserver<V>
Interface ITcObserver is used to observe the changes in a transitive closure relation; tuple insertion/deletion.
-
Method Summary
Modifier and TypeMethodDescriptionvoidtupleDeleted(V source, V target) Used to notify when a tuple is deleted from the transitive closure relation.voidtupleInserted(V source, V target) Used to notify when a tuple is inserted into the transitive closure relation.
-
Method Details
-
tupleInserted
-
tupleDeleted
-