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

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
Automaton_Pattern.IPState, AutomatonSet_String.ISState
All Known Implementing Classes:
Automaton_Pattern.LinkedSet_PState, Automaton_Pattern.PState, Automaton.LinkedSet_State, Automaton.State, AutomatonSet_String.LinkedSet_SState, AutomatonSet_String.SState
Enclosing interface:
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()