Class TermAutomatonScorer.PosState

  • Enclosing class:
    TermAutomatonScorer

    private static class TermAutomatonScorer.PosState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int count  
      (package private) int[] states  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PosState()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int state)  
      • Methods inherited from class java.lang.Object

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

      • states

        int[] states
      • count

        int count
    • Constructor Detail

      • PosState

        private PosState()
    • Method Detail

      • add

        public void add​(int state)