| Package | Description |
|---|---|
| foundation.rpg.dfa |
| Modifier and Type | Method and Description |
|---|---|
StateSet |
StateSet.getDefaultState() |
StateSet |
DFA.getStart() |
StateSet |
GNFATransformer.stateSet(Set<State> states,
Map<Set<State>,StateSet> cache,
Consumer<StateSet> queue) |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,StateSet> |
StateSet.getGroups() |
Set<StateSet> |
DFA.getStates() |
Map<Object,StateSet> |
StateSet.getTransitions() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
StateSet.isError(StateSet stateSet) |
void |
StateSet.setDefaultState(StateSet defaultState) |
void |
StateSet.setGroupTransition(Object a,
StateSet set) |
void |
StateSet.setCharTransition(Object a,
StateSet set) |
| Modifier and Type | Method and Description |
|---|---|
StateSet |
GNFATransformer.stateSet(Set<State> states,
Map<Set<State>,StateSet> cache,
Consumer<StateSet> queue) |
StateSet |
GNFATransformer.stateSet(Set<State> states,
Map<Set<State>,StateSet> cache,
Consumer<StateSet> queue) |
| Constructor and Description |
|---|
DFA(StateSet start) |
Copyright © 2020. All rights reserved.