public interface ITcRelation<V>
Modifier and Type | Method and Description |
---|---|
java.util.Set<V> |
getTupleEnds(V start)
Returns the set of nodes that are reachable from the given node.
|
java.util.Set<V> |
getTupleStarts()
Returns the starting nodes from a transitive closure relation.
|
java.util.Set<V> getTupleStarts()