Class TaskSolverRunner.PlanStep

java.lang.Object
neqsim.mcp.runners.TaskSolverRunner.PlanStep
Enclosing class:
TaskSolverRunner

static class TaskSolverRunner.PlanStep extends Object
A step in an execution plan.
Version:
1.0
Author:
Even Solbraa
  • Field Details

    • name

      final String name
      Step name/identifier.
    • runner

      final String runner
      Runner to execute.
    • description

      final String description
      Description of what this step does.
    • optional

      final boolean optional
      Whether the step is optional (failure doesn't stop the plan).
  • Constructor Details

    • PlanStep

      PlanStep(String name, String runner, String description, boolean optional)
      Creates a plan step.
      Parameters:
      name - the step name
      runner - the runner name
      description - the description
      optional - whether optional