public class WorkflowStep extends Object implements Serializable
These steps are identified by the StepType
and are linked to their next steps in the
workflow.
Constructor and Description |
---|
WorkflowStep() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Set<PipelineStep> |
getAllSteps() |
PipelineStep |
getLastStep() |
List<WorkflowStep> |
getNextSteps() |
StepType |
getStepType() |
int |
hashCode() |
void |
setAllSteps(Set<PipelineStep> allSteps) |
void |
setLastStep(PipelineStep lastStep) |
void |
setNextSteps(List<WorkflowStep> nextSteps) |
void |
setStepType(StepType stepType) |
public WorkflowStep()
public StepType getStepType()
public void setStepType(StepType stepType)
public PipelineStep getLastStep()
public void setLastStep(PipelineStep lastStep)
public Set<PipelineStep> getAllSteps()
public void setAllSteps(Set<PipelineStep> allSteps)
public List<WorkflowStep> getNextSteps()
public void setNextSteps(List<WorkflowStep> nextSteps)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.