Class ExecutionController


  • public class ExecutionController
    extends java.lang.Object
    This class handles the execution process. It orders the commands to the specific executors where they belong and calls the
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.util.List<CommandType> commandList)
      Order the commands to the specific executions where they belong and than call the execution functions of the specific executors
      • Methods inherited from class java.lang.Object

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

      • ExecutionController

        public ExecutionController()
    • Method Detail

      • execute

        public void execute​(java.util.List<CommandType> commandList)
        Order the commands to the specific executions where they belong and than call the execution functions of the specific executors
        Parameters:
        commandList -