public interface ITcObserver<V>
Modifier and Type | Method and Description |
---|---|
void |
tupleDeleted(V source,
V target)
Used to notify when a tuple is deleted from the transitive closure relation.
|
void |
tupleInserted(V source,
V target)
Used to notify when a tuple is inserted into the transitive closure relation.
|