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

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

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

Fields in com.karneim.util.collection.automaton declared as Automaton.LinkedSet_State
protected  Automaton.LinkedSet_State Automaton.aStates
           
 

Methods in com.karneim.util.collection.automaton that return Automaton.LinkedSet_State
protected abstract  Automaton.LinkedSet_State Automaton.newLinkedSet_State()
           
protected abstract  Automaton.LinkedSet_State Automaton.newLinkedSet_State(Automaton.State 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
protected  java.util.Map Automaton.cloneStates(Automaton.LinkedSet_State states)
           
protected  void Automaton.State.addEClosure(Automaton.LinkedSet_State eClosure)
           
 void Automaton.LinkedSet_State.addAll(Automaton.LinkedSet_State states)
           
 boolean Automaton.LinkedSet_State.equals(Automaton.LinkedSet_State set)
           
 

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

Subclasses of Automaton.LinkedSet_State in com.karneim.util.collection.regex
protected  class Automaton_Pattern.LinkedSet_PState
           
 

Methods in com.karneim.util.collection.regex that return Automaton.LinkedSet_State
protected  Automaton.LinkedSet_State Automaton_Pattern.newLinkedSet_State()
           
protected  Automaton.LinkedSet_State Automaton_Pattern.newLinkedSet_State(Automaton.State state)
           
protected  Automaton.LinkedSet_State Automaton_Pattern.getStates()
           
 

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

Subclasses of Automaton.LinkedSet_State in com.karneim.util.collection.set
protected  class AutomatonSet_String.LinkedSet_SState
           
 

Methods in com.karneim.util.collection.set that return Automaton.LinkedSet_State
protected  Automaton.LinkedSet_State AutomatonSet_String.newLinkedSet_State()
           
protected  Automaton.LinkedSet_State AutomatonSet_String.newLinkedSet_State(Automaton.State state)
           
protected  Automaton.LinkedSet_State AutomatonSet_String.getStates()
           
 

Methods in com.karneim.util.collection.set with parameters of type Automaton.LinkedSet_State
protected  java.util.Map AutomatonSet_String.cloneStates(Automaton.LinkedSet_State states)