| Interface | Description |
|---|---|
| FSASerializer |
All FSA serializers (to binary formats) will implement this interface.
|
| Class | Description |
|---|---|
| CFSA2Serializer | |
| FSA5Serializer |
Serializes in-memory
FSA graphs to a binary format compatible with
Jan Daciuk's fsa's package FSA5 format. |
| FSABuilder |
Fast, memory-conservative finite state automaton builder, returning an
in-memory
FSA that is a tradeoff between construction speed and
memory consumption. |
| FSAInfo |
Compute additional information about an FSA: number of arcs, nodes, etc.
|
| FSAUtils |
Other FSA-related utilities not directly associated with the class hierarchy.
|
| FSAUtils.IntIntHolder |
| Enum | Description |
|---|---|
| FSABuilder.InfoEntry |
Debug and information constants.
|
Copyright © 2016. All rights reserved.