Uses of Class
neqsim.mcp.runners.TaskSolverRunner.PlanStep
Packages that use TaskSolverRunner.PlanStep
-
Uses of TaskSolverRunner.PlanStep in neqsim.mcp.runners
Methods in neqsim.mcp.runners that return types with arguments of type TaskSolverRunner.PlanStepModifier and TypeMethodDescriptionprivate static List<TaskSolverRunner.PlanStep> Builds an execution plan based on task type.Methods in neqsim.mcp.runners with parameters of type TaskSolverRunner.PlanStepModifier and TypeMethodDescriptionprivate static StringTaskSolverRunner.buildStepInput(TaskSolverRunner.PlanStep step, com.google.gson.JsonObject originalInput, com.google.gson.JsonObject carryForward) Builds input JSON for a specific step.private static StringTaskSolverRunner.executeStep(TaskSolverRunner.PlanStep step, String inputJson) Executes a single step by routing to the appropriate runner.Method parameters in neqsim.mcp.runners with type arguments of type TaskSolverRunner.PlanStepModifier and TypeMethodDescriptionprivate static StringTaskSolverRunner.buildTaskReport(String task, String taskType, List<TaskSolverRunner.PlanStep> plan, List<TaskSolverRunner.StepResult> results, com.google.gson.JsonObject carryForward, String validationReport, long totalTimeMs) Builds the final task report.