Package org.staccato

Class Instruction.Choice

    • Constructor Detail

      • Choice

        public Choice​(java.lang.String... choices)
      • Choice

        public Choice​(int... choices)
    • Method Detail

      • getChoices

        public java.util.List<java.lang.String> getChoices()
      • onInstructionReceived

        public java.lang.String onInstructionReceived​(java.lang.String[] instructions)
        Specified by:
        onInstructionReceived in interface Instruction