Class NGramParser.StateEntry

  • Enclosing class:
    NGramParser

    static final class NGramParser.StateEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int action  
      private int newState  
    • Constructor Summary

      Constructors 
      Constructor Description
      StateEntry​(int theState, int theAction)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getAction()  
      int getNewState()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • newState

        private int newState
      • action

        private int action
    • Constructor Detail

      • StateEntry

        StateEntry​(int theState,
                   int theAction)
    • Method Detail

      • getNewState

        public int getNewState()
      • getAction

        public int getAction()