| Modifier and Type | Class and Description |
|---|---|
class |
CFSA
CFSA (Compact Finite State Automaton) binary format implementation.
|
class |
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
|
class |
FSA5
FSA binary format implementation for version 5.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends FSA> |
FSA.read(java.io.InputStream stream,
java.lang.Class<? extends T> clazz)
A factory for reading a specific FSA subclass, including proper casting.
|
| Modifier and Type | Method and Description |
|---|---|
static FSA |
FSA.read(java.io.InputStream stream)
A factory for reading automata in any of the supported versions.
|
| Constructor and Description |
|---|
ByteSequenceIterator(FSA fsa)
Create an instance of the iterator iterating over all automaton sequences.
|
ByteSequenceIterator(FSA fsa,
int node)
Create an instance of the iterator for a given node.
|
FSATraversal(FSA fsa)
Traversals of the given FSA.
|
Copyright © 2016. All rights reserved.