|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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()
|
protected abstract Automaton.LinkedSet_State |
Automaton.newLinkedSet_State()
|
protected abstract Automaton.LinkedSet_State |
Automaton.newLinkedSet_State(Automaton.State state)
|
Methods in com.karneim.util.collection.automaton with parameters of type Automaton.LinkedSet_State | |
---|---|
void |
Automaton.LinkedSet_State.addAll(Automaton.LinkedSet_State states)
|
protected void |
Automaton.State.addEClosure(Automaton.LinkedSet_State eClosure)
|
protected java.util.Map |
Automaton.cloneStates(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.getStates()
|
protected Automaton.LinkedSet_State |
Automaton_Pattern.newLinkedSet_State()
|
protected Automaton.LinkedSet_State |
Automaton_Pattern.newLinkedSet_State(Automaton.State state)
|
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.getStates()
|
protected Automaton.LinkedSet_State |
AutomatonSet_String.newLinkedSet_State()
|
protected Automaton.LinkedSet_State |
AutomatonSet_String.newLinkedSet_State(Automaton.State state)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |