| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataAwareStepTypes> |
Alignment.getStepTypes() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataAwareStepTypes> |
GroupedReplayResult.AlignmentGroup.getStepType() |