Class TaskSolverRunner.PlanStep
java.lang.Object
neqsim.mcp.runners.TaskSolverRunner.PlanStep
- Enclosing class:
TaskSolverRunner
A step in an execution plan.
- Version:
- 1.0
- Author:
- Even Solbraa
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Step name/identifier. -
runner
Runner to execute. -
description
Description of what this step does. -
optional
final boolean optionalWhether the step is optional (failure doesn't stop the plan).
-
-
Constructor Details
-
PlanStep
-