Package | Description |
---|---|
com.karneim.util.collection.automaton | |
com.karneim.util.collection.regex | |
com.karneim.util.collection.set |
Modifier and Type | Field and Description |
---|---|
protected Automaton.LinkedSet_State |
Automaton.aStates |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
protected class |
Automaton_Pattern.LinkedSet_PState |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
protected class |
AutomatonSet_String.LinkedSet_SState |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map |
AutomatonSet_String.cloneStates(Automaton.LinkedSet_State states) |