public class StatCalculatorLogFrequency extends StatCalculator
Modifier and Type | Field and Description |
---|---|
java.lang.String |
myLabelNode |
java.util.Vector<PSENLabel> |
myLabels |
Constructor and Description |
---|
StatCalculatorLogFrequency(org.deckfour.xes.model.XLog log) |
Modifier and Type | Method and Description |
---|---|
void |
addLabelsToPSEN(IPerformanceStatisticsEnrichedNet psnet,
IPerformanceStatisticsEnrichedNet wtt) |
void |
calculate(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph pnet,
TraceReplayCollection provider,
IPerformanceStatisticsEnrichedNet psen,
IPerformanceStatisticsEnrichedNet wten) |
public java.util.Vector<PSENLabel> myLabels
public java.lang.String myLabelNode
public StatCalculatorLogFrequency(org.deckfour.xes.model.XLog log)
public void addLabelsToPSEN(IPerformanceStatisticsEnrichedNet psnet, IPerformanceStatisticsEnrichedNet wtt)
addLabelsToPSEN
in class StatCalculator
public void calculate(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph pnet, TraceReplayCollection provider, IPerformanceStatisticsEnrichedNet psen, IPerformanceStatisticsEnrichedNet wten)
calculate
in class StatCalculator