Class MutableArc
- java.lang.Object
-
- org.apache.pinot.segment.local.utils.nativefst.mutablefst.MutableArc
-
public class MutableArc extends Object
A mutable FST's arc
-
-
Constructor Summary
Constructors Constructor Description MutableArc(int outputSymbol, MutableState nextState)Arc Constructor
-
-
-
Constructor Detail
-
MutableArc
public MutableArc(int outputSymbol, MutableState nextState)Arc Constructor- Parameters:
nextState- the arc's next state
-
-
Method Detail
-
getOutputSymbol
public int getOutputSymbol()
-
getNextState
public MutableState getNextState()
Get the next state
-
-