Package | Description |
---|---|
com.karneim.util.collection.automaton | |
com.karneim.util.collection.regex | |
com.karneim.util.collection.set |
Modifier and Type | Class and Description |
---|---|
class |
Automaton.LinkedSet_State |
class |
Automaton.State |
Modifier and Type | Method and Description |
---|---|
protected Automaton.IState |
Automaton.State.getEClosure() |
Automaton.IState |
Automaton.IState.next(char ch) |
Automaton.IState |
Automaton.State.next(char ch) |
Automaton.IState |
Automaton.LinkedSet_State.next(char ch) |
Automaton.IState |
Automaton.State.visit() |
Modifier and Type | Method and Description |
---|---|
void |
Automaton.LinkedSet_State.addAll(Automaton.IState state) |
Modifier and Type | Interface and Description |
---|---|
protected static interface |
Automaton_Pattern.IPState |
Modifier and Type | Class and Description |
---|---|
protected class |
Automaton_Pattern.LinkedSet_PState |
protected class |
Automaton_Pattern.PState |
Modifier and Type | Method and Description |
---|---|
protected Automaton.IState |
Automaton_Pattern.PState.getEClosure() |
Modifier and Type | Interface and Description |
---|---|
static interface |
AutomatonSet_String.ISState |
Modifier and Type | Class and Description |
---|---|
protected class |
AutomatonSet_String.LinkedSet_SState |
class |
AutomatonSet_String.SState |
Modifier and Type | Method and Description |
---|---|
protected Automaton.IState |
AutomatonSet_String.SState.getEClosure() |