private static class FSAInfo.NodeVisitor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
arcs |
private FSA |
fsa |
(package private) int |
nodes |
(package private) int |
totalArcs |
(package private) java.util.BitSet |
visitedArcs |
(package private) java.util.BitSet |
visitedNodes |
| Constructor and Description |
|---|
NodeVisitor(FSA fsa) |
| Modifier and Type | Method and Description |
|---|---|
void |
visitNode(int node) |