Modifier and Type | Field and Description |
---|---|
FST.Arc<T> |
fstNode
Node in the FST where path ends:
|
IntsRefBuilder |
input
Input of the path so far:
|
int |
state
Node in the automaton where path ends:
|
Constructor and Description |
---|
FSTUtil.Path(int state,
FST.Arc<T> fstNode,
T output,
IntsRefBuilder input)
Sole constructor.
|
public final int state
public final IntsRefBuilder input
public FSTUtil.Path(int state, FST.Arc<T> fstNode, T output, IntsRefBuilder input)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.