Class MutableArc


  • public class MutableArc
    extends Object
    A mutable FST's arc
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object