com.karneim.util.collection.automaton
Interface Automaton.IState

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
AutomatonSet_String.ISState
All Known Implementing Classes:
Automaton.State, Automaton.LinkedSet_State
Enclosing class:
Automaton

public static interface Automaton.IState
extends java.lang.Cloneable


Method Summary
 java.lang.Object clone()
           
 Automaton.LinkedSet_State getAllReachableStates()
           
 Automaton.IState next(char ch)
           
 

Method Detail

next

public Automaton.IState next(char ch)

getAllReachableStates

public Automaton.LinkedSet_State getAllReachableStates()

clone

public java.lang.Object clone()