Class SequenceNumberAttributeCalculator
- java.lang.Object
-
- org.processmining.logprojection.calculators.SequenceNumberAttributeCalculator
-
- All Implemented Interfaces:
DataManager.AttributeValueCalculator<org.deckfour.xes.model.XEvent>
public class SequenceNumberAttributeCalculator extends java.lang.Object implements DataManager.AttributeValueCalculator<org.deckfour.xes.model.XEvent>
-
-
Constructor Summary
Constructors Constructor Description SequenceNumberAttributeCalculator(java.lang.String sequenceNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XAttribute[]computeAttributes(org.deckfour.xes.model.XEvent event, int traceIndex, int... header)
-
-
-
Method Detail
-
computeAttributes
public org.deckfour.xes.model.XAttribute[] computeAttributes(org.deckfour.xes.model.XEvent event, int traceIndex, int... header)- Specified by:
computeAttributesin interfaceDataManager.AttributeValueCalculator<org.deckfour.xes.model.XEvent>
-
-