Package | Description |
---|---|
com.karneim.util.collection.automaton | |
com.karneim.util.collection.regex | |
com.karneim.util.collection.set |
Modifier and Type | Field and Description |
---|---|
ISet_char |
Automaton.State.Transition.charSet |
Modifier and Type | Method and Description |
---|---|
ISet_char |
Automaton.State.Transition.getCharSet() |
Modifier and Type | Method and Description |
---|---|
protected Automaton.State.Transition |
Automaton.State.addTransition(IProperties properties,
ISet_char charSet,
Automaton.State toState) |
Constructor and Description |
---|
Automaton.State.Transition(IProperties properties,
ISet_char charSet,
Automaton.State toState)
constructs a Transition that can transit with charSet's chars to toState.
|
Modifier and Type | Method and Description |
---|---|
protected Automaton.State.Transition |
Automaton_Pattern.PState.addTransition(IProperties properties,
ISet_char charSet,
Automaton.State toState) |
Constructor and Description |
---|
Automaton_Pattern(ISet_char fullSet) |
Pattern(ISet_char fullSet) |
PatternPro(ISet_char fullSet) |
Modifier and Type | Class and Description |
---|---|
class |
CharSet |
Modifier and Type | Field and Description |
---|---|
protected ISet_char |
AutomatonSet_String.fullSet |
protected static ISet_char |
AutomatonSet_String.FULLSET |
Modifier and Type | Method and Description |
---|---|
ISet_char |
IStatePro.ITransition.getCharSet() |
ISet_char |
SAutomaton.Transition.getCharSet() |
Modifier and Type | Method and Description |
---|---|
void |
CharSet.addAll(ISet_char set)
adds all chars from set to this ISet_char without adding doublicates.
|
void |
ISet_char.addAll(ISet_char set)
adds all chars from set to this ISet_char without adding doublicates.
|
protected Automaton.State.Transition |
AutomatonSet_String.SState.addTransition(IProperties properties,
ISet_char charSet,
Automaton.State toState) |
IStatePro.ITransition |
IStatePro.addTransition(ISet_char charSet,
IStatePro toState)
Adds a new transition to this state.
|
IStatePro.ITransition |
SAutomaton.StatePro.addTransition(ISet_char charSet,
IStatePro toState) |
void |
CharSet.removeAll(ISet_char set)
Removes from this set all of its elements that are contained in the specified set (optional operation).
|
void |
ISet_char.removeAll(ISet_char set)
Removes from this set all of its elements that are contained in the specified set (optional operation).
|
void |
CharSet.retainAll(ISet_char set) |
void |
ISet_char.retainAll(ISet_char set) |
Constructor and Description |
---|
AutomatonSet_String(ISet_char fullSet) |