Uses of Interface
com.karneim.util.collection.set.IState

Packages that use IState
com.karneim.util.collection.set   
 

Uses of IState in com.karneim.util.collection.set
 

Classes in com.karneim.util.collection.set that implement IState
protected  class SAutomaton.State
           
 

Methods in com.karneim.util.collection.set that return IState
 IState IState.next(char ch)
          returns the IState of all IStatePro that are reachable from this IState with a character ch.
 IState IStatePro.visit()
          Visits this state with an epsilon transition and returns its epsilon closure.
 IState SAutomaton.State.next(char ch)
           
 IState SAutomaton.StatePro.visit()