com.karneim.util.collection.automaton
Class Automaton

java.lang.Object
  |
  +--com.karneim.util.collection.automaton.Automaton
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
AutomatonSet_String

public abstract class Automaton
extends java.lang.Object
implements java.lang.Cloneable


Inner Class Summary
static interface Automaton.IChangedListener
           
static interface Automaton.IState
           
static interface Automaton.IStateChangedListener
           
static interface Automaton.IStateVisitedListener
           
static interface Automaton.ITransitionVisitedListener
           
 class Automaton.LinkedSet_State
           
 class Automaton.State
           
static class Automaton.Wrapper_State
           
 
Constructor Summary
Automaton()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Automaton

public Automaton()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object