Class NChoiceInstruction.Choice

  • Enclosing class:
    NChoiceInstruction

    public static class NChoiceInstruction.Choice
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int label  
      int proba  
    • Constructor Summary

      Constructors 
      Constructor Description
      Choice​(int proba, int label)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • proba

        public int proba
      • label

        public int label
    • Constructor Detail

      • Choice

        public Choice​(int proba,
                      int label)