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
 

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