Class CeCPMain.CPRange

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int c
      first allowed c-term
      int mid
      midpoint of the alignment
      int n
      last allowed n-term
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CPRange()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • n

        public int n
        last allowed n-term
      • mid

        public int mid
        midpoint of the alignment
      • c

        public int c
        first allowed c-term
    • Constructor Detail

      • CPRange

        protected CPRange()