Package | Description |
---|---|
org.processmining.lpm.adjustedalignments |
Modifier and Type | Field and Description |
---|---|
protected AStarThread.ASynchronousMoveSorting |
AbstractAStarThreadNoModelMoves.sorting |
Modifier and Type | Method and Description |
---|---|
AStarThread.ASynchronousMoveSorting |
AStarThread.getSorting() |
AStarThread.ASynchronousMoveSorting |
AbstractAStarThreadNoModelMoves.getSorting() |
static AStarThread.ASynchronousMoveSorting |
AStarThread.ASynchronousMoveSorting.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AStarThread.ASynchronousMoveSorting[] |
AStarThread.ASynchronousMoveSorting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AStarThread.setASynchronousMoveSorting(AStarThread.ASynchronousMoveSorting sorting)
When aligning a trace with a model, any moves between two synchronous
moves can be sorted.
|
void |
AbstractAStarThreadNoModelMoves.setASynchronousMoveSorting(AStarThread.ASynchronousMoveSorting sorting) |