Package 

Class SequentialCommand

    • Method Summary

      Modifier and Type Method Description
      static SequentialCommand.SequentialCommandBuilder sequential(Command command) Add a new command to the sequence.
      void periodic() Sequentially executes the commands on the list.
      • Methods inherited from class com.automaducks.pond.commands.Command

        getIsCompleted, getIsTriggered
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait