public class PipelineStep extends Object
| Constructor and Description |
|---|
PipelineStep(PreprocessingStepInterface s,
String dependsOn) |
PipelineStep(Step cs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClassName() |
String |
getDependsOn() |
String |
getId() |
PreprocessingStepInterface |
getPreprocessingStep() |
Map<String,Object> |
getStepParameters() |
int |
hashCode() |
boolean |
hasPredecessor() |
void |
setId(String id) |
String |
toString() |
public PipelineStep(Step cs)
public PipelineStep(PreprocessingStepInterface s, String dependsOn)
public String getId()
public void setId(String id)
public String getClassName()
public String getDependsOn()
public boolean hasPredecessor()
public PreprocessingStepInterface getPreprocessingStep()
Copyright © 2018 viadee Unternehmensberatung AG. All rights reserved.