public class SimpleAlignment
extends java.lang.Object
Constructor and Description |
---|
SimpleAlignment(Move[] moves,
int frequency) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<SimpleAlignment> |
getAlignment(org.processmining.plugins.petrinet.replayresult.PNRepResult result,
java.util.Map<org.processmining.models.graphbased.directed.petrinet.PetrinetNode,hub.top.petrinet.Node> nodeMap,
org.deckfour.xes.classification.XEventClassifier ecl) |
int |
getFrequency() |
Move[] |
getMoves() |
public SimpleAlignment(Move[] moves, int frequency)
public Move[] getMoves()
public int getFrequency()
public static java.util.List<SimpleAlignment> getAlignment(org.processmining.plugins.petrinet.replayresult.PNRepResult result, java.util.Map<org.processmining.models.graphbased.directed.petrinet.PetrinetNode,hub.top.petrinet.Node> nodeMap, org.deckfour.xes.classification.XEventClassifier ecl)
result
- alignment to be translatednodeMap
- map from Prom's Petri net used for the alignment to the Petri
net for the simple alignmentecl
- the event classifier used for the alignmentonlyUniqueAlignments
- if true returns for each unique trace variant one alignment,
if false returns as many duplicate sequences as there are in
the original log underlying the alignmentMove
arrays