Interface ITcRelation<V>
- All Known Implementing Classes:
CountingTcRelation, DRedTcRelation
public interface ITcRelation<V>
-
Method Summary
Modifier and TypeMethodDescriptiongetTupleEnds(V start) Returns the set of nodes that are reachable from the given node.Returns the starting nodes from a transitive closure relation.
-
Method Details
-
getTupleStarts
-
getTupleEnds
-