public static final class Alignment.AlignmentStepImpl extends java.lang.Object implements Alignment.AlignmentStep
| Constructor and Description |
|---|
AlignmentStepImpl(DataAwareStepTypes type,
ExecutionStep processStep,
ExecutionStep logStep) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLabel() |
ExecutionStep |
getLogView() |
ExecutionStep |
getProcessView() |
DataAwareStepTypes |
getType() |
int |
hashCode() |
boolean |
hasMissingVariableAssignment() |
public AlignmentStepImpl(DataAwareStepTypes type, ExecutionStep processStep, ExecutionStep logStep)
public DataAwareStepTypes getType()
getType in interface Alignment.AlignmentSteppublic ExecutionStep getProcessView()
getProcessView in interface Alignment.AlignmentSteppublic ExecutionStep getLogView()
getLogView in interface Alignment.AlignmentSteppublic java.lang.String getLabel()
getLabel in interface Alignment.AlignmentSteppublic boolean hasMissingVariableAssignment()
hasMissingVariableAssignment in interface Alignment.AlignmentSteppublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object