| Class | Description |
|---|---|
| Construct |
A construct is all the graph nodes between a start and an end.
|
| Dfa |
Deterministic finite automaton.
|
| DfaNode |
A node for a dfa
|
| DirectedGraph<T extends Node> |
Abstract class defining a graph with directed transitions
|
| Nfa |
Non-finite automaton.
|
| NfaNode |
A node for a dfa
|
| Node |
Abstract class denoting a node in a graph.
|
| Transition |
A transition (edge) maps a node to another node.
|
Copyright © 2017. All rights reserved.