com.karneim.util.collection.automaton
Class Automaton.Wrapper_State

java.lang.Object
  extended by com.karneim.util.collection.automaton.Automaton.Wrapper_State
Enclosing class:
Automaton

public static final class Automaton.Wrapper_State
extends java.lang.Object


Field Summary
 Automaton.Wrapper_State next
           
 Automaton.State state
           
 
Constructor Summary
Automaton.Wrapper_State(Automaton.State state)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

public final Automaton.State state

next

public Automaton.Wrapper_State next
Constructor Detail

Automaton.Wrapper_State

public Automaton.Wrapper_State(Automaton.State state)