Modifier and Type | Method and Description |
---|---|
org.processmining.xesalignmentextension.XAlignmentExtension.XAlignment |
XAlignmentConverter.copyAsXAlignment(Alignment alignment) |
org.processmining.xesalignmentextension.XAlignmentExtension.XAlignment |
XAlignmentConverter.copyAsXAlignment(Alignment alignment,
org.deckfour.xes.model.XTrace originalTrace) |
org.deckfour.xes.model.XTrace |
XAlignmentConverter.copyAsXTrace(Alignment alignment) |
org.deckfour.xes.model.XTrace |
XAlignmentConverter.copyAsXTrace(Alignment alignment,
org.deckfour.xes.model.XTrace originalTrace) |
org.processmining.plugins.balancedconformance.export.XAlignmentConverter.XAlignmentView |
XAlignmentConverter.viewAsXAlignment(Alignment alignment)
Returns a view, mostly lazily computed, on
Alignment as a
XAlignmentExtension.XAlignment . |
org.processmining.plugins.balancedconformance.export.XAlignmentConverter.XAlignmentView |
XAlignmentConverter.viewAsXAlignment(Alignment alignment,
org.deckfour.xes.model.XTrace originalTrace) |
Modifier and Type | Method and Description |
---|---|
static Alignment |
BalancedReplayResult.createSmallAlignment(ReplayState state,
float fitness,
ResultReplay.StatisticsCallback callback) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Alignment> |
AlignmentCollection.getAlignments() |
java.util.Collection<Alignment> |
AlignmentCollectionImpl.getAlignments() |
java.util.Iterator<Alignment> |
AlignmentCollectionImpl.iterator() |
Constructor and Description |
---|
AlignmentCollectionImpl(java.util.Collection<Alignment> alignments) |
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> |
ResultReplay.getAlignments() |
java.util.Iterator<Alignment> |
ResultReplay.iterator() |
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)
Deprecated.
|
Constructor and Description |
---|
ReplayResultVisController(ProMPropertiesPanelWithComp alignmentPanel,
java.util.Iterator<Alignment> alignmentIter,
int limit)
Deprecated.
|
ReplayResultVisController(ProMPropertiesPanelWithComp alignmentPanel,
java.util.Iterator<Alignment> alignmentIter,
int limit,
ReplayResultVisController.AlignmentFilter filter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AlignmentComparisonPlugin.AlignmentEntry.setAlignmentA(Alignment trace) |
void |
AlignmentComparisonPlugin.AlignmentEntry.setAlignmentB(Alignment trace) |