Package | Description |
---|---|
org.processmining.lpm.adjustedalignments |
Modifier and Type | Method and Description |
---|---|
nl.tue.astar.Record |
AStarThread.getOptimalRecord(AStarThread.Canceller c)
Returns a Record for an optimal alignment.
|
nl.tue.astar.Record |
AbstractAStarThreadNoModelMoves.getOptimalRecord(AStarThread.Canceller c) |
nl.tue.astar.Record |
AbstractAStarThreadNoModelMoves.getOptimalRecord(AStarThread.Canceller c,
double timeLimit) |
nl.tue.astar.Record |
AStarThread.getOptimalRecord(AStarThread.Canceller c,
int stopAt)
Returns a Record for an optimal alignment.
|
nl.tue.astar.Record |
AbstractAStarThreadNoModelMoves.getOptimalRecord(AStarThread.Canceller c,
int stopAt) |
nl.tue.astar.Record |
AbstractAStarThreadNoModelMoves.getOptimalRecord(AStarThread.Canceller c,
int stopAt,
double timeLimit)
gets the optimal record.
|