| Package | Description |
|---|---|
| wyautl_old.io |
Provides classes for reading and writing automata via input/output streams.
|
| wyautl_old.lang |
Provides core classes for representing and manipulating automata.
|
| wyil.util.type |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BinaryAutomataWriter.write(Automaton.State state) |
| Modifier and Type | Field and Description |
|---|---|
Automaton.State[] |
Automaton.states |
| Modifier and Type | Method and Description |
|---|---|
static Automaton.State |
Automata.remap(Automaton.State node,
int[] rmap)
The remap method takes a node, and mapping from vertices in the old
space to the those in the new space.
|
| Modifier and Type | Method and Description |
|---|---|
static Automaton.State |
Automata.remap(Automaton.State node,
int[] rmap)
The remap method takes a node, and mapping from vertices in the old
space to the those in the new space.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Automata.extractOnto(int index,
Automaton automaton,
ArrayList<Automaton.State> newNodes) |
| Constructor and Description |
|---|
Automaton(Automaton.State... states) |
State(Automaton.State state) |
| Constructor and Description |
|---|
Automaton(List<Automaton.State> states) |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Automaton.State> |
TypeAlgorithms.DATA_COMPARATOR
The data comparator is used in the type canonicalisation process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryTypeWriter.write(Automaton.State state) |
Copyright © 2017. All rights reserved.