com.karneim.util.collection.automaton
Class Automaton.State
public
class
Automaton.State
extends Object
implements Automaton.IState
protected transient LinkedList changedListeners
public transient int stateNr
protected transient LinkedList visitedListeners
protected State()
public final Object clone()
returns all states that are reachable from this states transitions.
Note: this state is only element of the returned array, if it is reachable through one of it's transitions
public final boolean isDeterministic()
protected void removeAllTransitions()
protected void setDeterministic(Boolean isDeterministic)
public String toString()
protected final void unVisit()