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.AlignmentStep
public ExecutionStep getProcessView()
getProcessView
in interface Alignment.AlignmentStep
public ExecutionStep getLogView()
getLogView
in interface Alignment.AlignmentStep
public java.lang.String getLabel()
getLabel
in interface Alignment.AlignmentStep
public boolean hasMissingVariableAssignment()
hasMissingVariableAssignment
in interface Alignment.AlignmentStep
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object