Class RunCommand

java.lang.Object
org.kigalisim.command.RunCommand
All Implemented Interfaces:
Callable<Integer>

public class RunCommand extends Object implements Callable<Integer>
Command handler for executing QubecTalk simulations.
  • Constructor Details

    • RunCommand

      public RunCommand()
      Constructs a new RunCommand.
  • Method Details

    • call

      public Integer call()
      Executes the run command.
      Specified by:
      call in interface Callable<Integer>
      Returns:
      0 on success, non-zero error code on failure