public final class FSAInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
arcsCount
Number of arcs in the automaton, excluding an arcs from the zero node (initial) and an arc from the start node to
the root node.
|
int |
arcsCountTotal
Total number of arcs, counting arcs that physically overlap due to merging.
|
int |
finalStatesCount
Number of final states (number of input sequences stored in the automaton).
|
int |
nodeCount
Number of nodes in the automaton.
|
int |
size
Arcs size (in serialized form).
|
Constructor and Description |
---|
FSAInfo(FSA fsa) |
FSAInfo(int nodeCount,
int arcsCount,
int arcsCountTotal,
int finalStatesCount) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final int nodeCount
public final int arcsCount
public final int arcsCountTotal
public final int finalStatesCount
public final int size
public FSAInfo(FSA fsa)
public FSAInfo(int nodeCount, int arcsCount, int arcsCountTotal, int finalStatesCount)
Copyright © 2015. All rights reserved.