Uses of Class
com.karneim.util.collection.automaton.Automaton.LinkedSet_State

Packages that use Automaton.LinkedSet_State
com.karneim.util.collection.automaton   
 

Uses of Automaton.LinkedSet_State in com.karneim.util.collection.automaton
 

Methods in com.karneim.util.collection.automaton that return Automaton.LinkedSet_State
 Automaton.LinkedSet_State Automaton.IState.getAllReachableStates()
           
 Automaton.LinkedSet_State Automaton.State.getAllReachableStates()
          returns all states that are reachable from this states transitions.
 Automaton.LinkedSet_State Automaton.LinkedSet_State.getAllReachableStates()
           
 

Methods in com.karneim.util.collection.automaton with parameters of type Automaton.LinkedSet_State
 void Automaton.LinkedSet_State.addAll(Automaton.LinkedSet_State states)
           
 boolean Automaton.LinkedSet_State.equals(Automaton.LinkedSet_State set)