Class StrandExecutionState

    • Method Detail

      • run

        public abstract void run()
      • onEnterState

        public abstract void onEnterState()
      • allowedCommands

        public java.util.Set<io.molr.commons.domain.StrandCommand> allowedCommands()
      • executeCommand

        protected abstract void executeCommand​(io.molr.commons.domain.StrandCommand command)