| Package | Description |
|---|---|
| foundation.rpg.dfa | |
| foundation.rpg.gnfa |
| Modifier and Type | Method and Description |
|---|---|
Set<State> |
StateSet.getStates() |
| Modifier and Type | Method and Description |
|---|---|
void |
StateSet.add(State state) |
| 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 |
|---|
StateSet(Set<State> states) |
| Modifier and Type | Field and Description |
|---|---|
static State |
State.ERROR |
| Modifier and Type | Method and Description |
|---|---|
State |
State.getDefaultState() |
State |
GNFA.getEnd() |
State |
GNFA.getStart() |
static State |
State.state(String name) |
static State |
State.state(String name,
State defaultState) |
| Modifier and Type | Method and Description |
|---|---|
Set<State> |
State.get(Character character) |
Set<State> |
State.getGroup(Character character) |
MapOfSets<Character,State> |
State.getGroups() |
MapOfSets<Character,State> |
State.getTransitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
State.add(Character character,
State next) |
void |
State.addGroup(Character character,
State next) |
static State |
State.state(String name,
State defaultState) |
| Constructor and Description |
|---|
GNFA(State start,
State end) |
Copyright © 2020. All rights reserved.