com.karneim.util.collection.automaton

Interface Automaton.IState

public interface Automaton.IState extends Cloneable

Method Summary
Objectclone()
Automaton.LinkedSet_StategetAllReachableStates()
Automaton.IStatenext(char ch)

Method Detail

clone

public Object clone()

getAllReachableStates

public Automaton.LinkedSet_State getAllReachableStates()

next

public Automaton.IState next(char ch)