Interface | Description |
---|---|
StateVisitor |
State visitor.
|
Class | Description |
---|---|
ByteSequenceIterator |
An iterator that traverses the right language of a given node (all sequences
reachable from a given node).
|
CFSA |
CFSA (Compact Finite State Automaton) binary format implementation.
|
CFSA2 |
CFSA (Compact Finite State Automaton) binary format implementation, version 2:
CFSA2.BIT_TARGET_NEXT applicable on all arcs, not necessarily the last one.
v-coded goto field
v-coded perfect hashing numbers, if any
31 most frequent labels integrated with flags byte
|
FSA |
This is a top abstract class for handling finite state automata.
|
FSA5 |
FSA binary format implementation for version 5.
|
FSAHeader |
Standard FSA file header, as described in
fsa package
documentation. |
FSATraversal |
This class implements some common matching and scanning operations on a
generic FSA.
|
MatchResult |
A matching result returned from
FSATraversal . |
Enum | Description |
---|---|
FSAFlags |
FSA automaton flags.
|
Copyright © 2016. All rights reserved.