Interface ITcRelation<V>

All Known Implementing Classes:
CountingTcRelation

public interface ITcRelation<V>
  • Method Summary

    Modifier and Type
    Method
    Description
    getTupleEnds(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

      Set<V> getTupleStarts()
      Returns the starting nodes from a transitive closure relation.
      Returns:
      the set of starting nodes
    • getTupleEnds

      Set<V> getTupleEnds(V start)
      Returns the set of nodes that are reachable from the given node.
      Parameters:
      start - the starting node
      Returns:
      the set of reachable nodes