| Modifier and Type | Field and Description |
|---|---|
java.util.NavigableSet<Alignment> |
ResultReplay.labelStepArray
The collection of all existing alignments
|
protected java.util.Map<java.lang.String,Alignment> |
ResultReplay.nameToAlignmentMap
A map for fast access of alignments by the trace name
|
| Modifier and Type | Method and Description |
|---|---|
static Alignment |
ResultReplay.createAlignment(ReplayState state,
float fitness,
ResultReplay.StatisticsCallback callback)
Creates an
Alignment object from a ReplayState, executing
the ResultReplay.StatisticsCallback for each ExecutionStep of the
alignment. |
Alignment |
ResultReplay.getAlignmentByTraceName(java.lang.String traceName) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Alignment> |
AlignmentCollection.getAlignments() |
| Modifier and Type | Method and Description |
|---|---|
int |
Alignment.compareTo(Alignment o) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReplayResultVisController.AlignmentFilter.showAlignment(Alignment align) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
ReplayResultVis.doVisualize(java.lang.Iterable<Alignment> alignments) |
| Constructor and Description |
|---|
ReplayResultVisController(ProMPropertiesPanelWithComp alignmentPanel,
java.util.Iterator<Alignment> alignmentIter,
int limit) |
ReplayResultVisController(ProMPropertiesPanelWithComp alignmentPanel,
java.util.Iterator<Alignment> alignmentIter,
int limit,
ReplayResultVisController.AlignmentFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
ResultReplayPairsImpl.AlignmentPair.getAlignment1() |
Alignment |
ResultReplayPairsImpl.AlignmentPair.getAlignment2() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResultReplayPairsImpl.calculatePairs(java.lang.Iterable<Alignment> replayResult1,
java.lang.Iterable<Alignment> replayResult2) |
protected void |
ResultReplayPairsImpl.calculatePairs(java.lang.Iterable<Alignment> replayResult1,
java.lang.Iterable<Alignment> replayResult2) |
| Constructor and Description |
|---|
ResultReplayPairsImpl(org.deckfour.xes.model.XLog log,
java.lang.Iterable<Alignment> replayResult1,
java.lang.Iterable<Alignment> replayResult2) |
ResultReplayPairsImpl(org.deckfour.xes.model.XLog log,
java.lang.Iterable<Alignment> replayResult1,
java.lang.Iterable<Alignment> replayResult2) |
ResultReplayPairsImpl(org.deckfour.xes.model.XLog log,
java.lang.Iterable<Alignment> replayResult1,
java.lang.Iterable<Alignment> replayResult2,
java.util.Comparator<ResultReplayPairsImpl.AlignmentPair> comparator) |
ResultReplayPairsImpl(org.deckfour.xes.model.XLog log,
java.lang.Iterable<Alignment> replayResult1,
java.lang.Iterable<Alignment> replayResult2,
java.util.Comparator<ResultReplayPairsImpl.AlignmentPair> comparator) |
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedSet<Alignment> |
GroupedReplayResult.listAlignments(GroupedReplayResult.AlignmentGroup group) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupedReplayResult.add(Alignment a) |
void |
FlatAlignmentVisualizer.addAlignment(Alignment a) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupedReplayResult.addAll(java.util.Collection<Alignment> c) |
javax.swing.JComponent |
FlatAlignmentVisualizer.doVisualize(java.util.Collection<Alignment> alignments) |
| Constructor and Description |
|---|
AlignmentTrace(Alignment alignment) |
| Constructor and Description |
|---|
DataAlignmentListView(java.util.Collection<Alignment> traces) |
DataAlignmentListView(java.util.Collection<Alignment> traces,
java.util.Comparator<Alignment> order) |
DataAlignmentListView(java.util.Collection<Alignment> traces,
java.util.Comparator<Alignment> order) |