Class Workflow.Stage
- java.lang.Object
-
- io.keyko.nevermined.models.service.metadata.Workflow.Stage
-
-
Field Summary
Fields Modifier and Type Field Description IntegerindexList<Workflow.Input>inputWorkflow.OutputoutputWorkflow.RequirementsrequirementsStringstageTypeWorkflow.Transformationtransformation
-
Constructor Summary
Constructors Constructor Description Stage()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Workflow.Input>parseInputs(String stringInputs)
-
-
-
Field Detail
-
index
public Integer index
-
stageType
public String stageType
-
requirements
public Workflow.Requirements requirements
-
input
public List<Workflow.Input> input
-
transformation
public Workflow.Transformation transformation
-
output
public Workflow.Output output
-
-
Method Detail
-
parseInputs
public static List<Workflow.Input> parseInputs(String stringInputs)
-
-