Modifier and Type | Method and Description |
---|---|
DataAwareStepTypes |
Alignment.AlignmentStep.getType() |
DataAwareStepTypes |
Alignment.AlignmentStepImpl.getType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<DataAwareStepTypes> |
Alignment.getStepTypes() |
Constructor and Description |
---|
AlignmentStepImpl(DataAwareStepTypes type,
ExecutionStep processStep,
ExecutionStep logStep) |
Constructor and Description |
---|
Alignment(ReplayState state,
float fitness,
java.util.List<java.lang.String> labelArray,
java.util.List<DataAwareStepTypes> stepArray) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<DataAwareStepTypes> |
DataAwareConformanceView.stepTypes |
Modifier and Type | Method and Description |
---|---|
static DataAwareStepTypes |
DataAwareStepTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataAwareStepTypes[] |
DataAwareStepTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.Color |
DataAwareConformanceView.getColor(DataAwareStepTypes stepTypes) |
Constructor and Description |
---|
DataAwareConformanceView(java.lang.String traceLabel,
java.util.List<? extends java.lang.Object> nodeInstance,
java.util.List<DataAwareStepTypes> stepTypes) |
Constructor and Description |
---|
AlignmentComparisonEvent(ExecutionStep processStep,
ExecutionStep logStep,
DataAwareStepTypes stepType) |
SplittedDataAlignmentEvent(ExecutionStep processStepA,
ExecutionStep logStepA,
DataAwareStepTypes typeA,
ExecutionStep processStepB,
ExecutionStep logStepB,
DataAwareStepTypes typeB) |