Class CompositionRunner.WorkflowStep

java.lang.Object
neqsim.mcp.runners.CompositionRunner.WorkflowStep
Enclosing class:
CompositionRunner

static class CompositionRunner.WorkflowStep extends Object
A single step in a workflow.
Version:
1.0
Author:
Even Solbraa
  • Field Details

    • order

      int order
      Step order.
    • server

      String server
      Server name.
    • tool

      String tool
      Tool to invoke.
    • description

      String description
      Description.
  • Constructor Details

    • WorkflowStep

      WorkflowStep(int order, String server, String tool, String description)
      Creates a workflow step.
      Parameters:
      order - the step order
      server - the server name
      tool - the tool name
      description - the step description
  • Method Details

    • toJson

      com.google.gson.JsonObject toJson()
      Converts to JSON.
      Returns:
      the JSON representation