Modifier and Type | Method and Description |
---|---|
boolean |
Criteria.isValid(org.processmining.partialorder.models.palignment.PAlignment pAlignment,
InterLevelSyncReplayResult interLevelAlignment,
CompositeMove compositeMove) |
boolean |
CriteriaInterface.isValid(org.processmining.partialorder.models.palignment.PAlignment pAlignment,
InterLevelSyncReplayResult interLevelAlignment,
CompositeMove compositeMove) |
boolean |
CriterionFunction.isValid(org.processmining.partialorder.models.palignment.PAlignment pAlignment,
InterLevelSyncReplayResult interLevelAlignment,
CompositeMove compositeMove) |
Modifier and Type | Method and Description |
---|---|
InterLevelSyncReplayResult |
InterLevelSyncReplayResult.clone() |
Modifier and Type | Method and Description |
---|---|
InterLevelSyncReplayResult |
AStartNode.getSyncReplayResult() |
Constructor and Description |
---|
AStartNode(java.util.List<org.processmining.partialorder.models.palignment.Move> used_moves,
java.util.List<org.processmining.partialorder.models.palignment.Move> curr_moves,
java.util.List<org.processmining.partialorder.models.palignment.Move> next_moves,
int systemEvent,
InterLevelSyncReplayResult syncReplayResult,
java.util.HashMap<org.processmining.partialorder.models.palignment.Move,java.util.List<CRUDEntry>> map,
double f_cost,
double h_cost) |
Modifier and Type | Field and Description |
---|---|
protected InterLevelSyncReplayResult |
InterLevelInstanceConformanceView.replayResult |
Constructor and Description |
---|
InterLevelInstanceConformanceView(InterLevelReplayResultVisualizationPanel visualizationPanel,
java.lang.String traceLabel,
InterLevelSyncReplayResult replayResult,
int elementWidth,
int highLevelEventWidth) |