Package | Description |
---|---|
org.processmining.lpm.adjustedalignments |
Modifier and Type | Field and Description |
---|---|
protected AStarThread.Type |
AbstractAStarThreadNoModelMoves.type |
Modifier and Type | Method and Description |
---|---|
AStarThread.Type |
AStarThread.getType()
Returns the type of AStar used
|
AStarThread.Type |
AbstractAStarThreadNoModelMoves.getType()
Returns the type of AStar used
|
static AStarThread.Type |
AStarThread.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AStarThread.Type[] |
AStarThread.Type.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.setType(AStarThread.Type type)
Sets the type of the AStar algorithm.
|
void |
AbstractAStarThreadNoModelMoves.setType(AStarThread.Type type) |