Uses of Interface
org.inxar.syntacs.util.IntRelation

Packages that use IntRelation
com.inxar.syntacs.automaton.pushdown Defines classes which implement pushdown automata and their construction. 
com.inxar.syntacs.util Defines classes and utilities which implement fundamental abstract data types. 
 

Uses of IntRelation in com.inxar.syntacs.automaton.pushdown
 

Constructors in com.inxar.syntacs.automaton.pushdown with parameters of type IntRelation
SCCTransitiveClosure(IntSet vertices, IntRelation relation, IntRelation input, IntRelation output)
          Constructs the SCCTransitiveClosure on the given raw IntSet of vertices, the IntRelation which implies the edges which connect those vertices, the IntRelation which holds the IntSet of values at each vertex, and the IntRelation where the output IntSet of values should be put.
 

Uses of IntRelation in com.inxar.syntacs.util
 

Classes in com.inxar.syntacs.util that implement IntRelation
 class HashBitSetIntRelation
          Concrete implementation of IntRelation which uses a hash table such that each entry in the table contains a BitSetIntSet.
 class TreeListIntRelation
          Concrete implementation of IntRelation which uses as a binary tree such that ListIntSet instances are implicitly created at each tree node.