Package com.karneim.util.collection.set

Interface Summary
AutomatonSet_String.ISState  
AutomatonSet_String.ISStateChangedListener  
ISet_char  
ISet_char.Iterator  
IState IState is the epsilon enclosure of one or more IStatePro.
IStatePro This interface represents a state of an automaton created via the automaton's addState method.
IStatePro.IChangeListener The listener interface for receiving change events of an IStatePro.
IStatePro.ITransition  
IStatePro.IVisitListener The listener interface for receiving visit events of an IStatePro.
SAutomaton.IChangeListener The listener interface for receiving change events of a SAutomaton.
 

Class Summary
AutomatonSet_String  
AutomatonSet_String.SProperties  
CharSet  
DFASet DFASet is an immutable Set of strings based on a minimized deterministic automaton (DFA).
DFASet.State  
DFASet.State.Transition  
FSAData FSAData is a simple representation of a finite state automaton as a ValueObject.
FSAData.State  
FSAData.State.Transition  
SAutomaton This class represents a (non-)deterministic final automaton (NFA/DFA).
SAutomatonData Deprecated.  
SAutomatonData.State Deprecated.  
SAutomatonData.State.Transition Deprecated.  
StateProSet  
StateProSet.Wrapper_State