Class IdenticalEventAttributeTraceCalculator
- java.lang.Object
-
- org.processmining.logprojection.calculators.IdenticalEventAttributeTraceCalculator
-
- All Implemented Interfaces:
DataManager.AttributeValueCalculator<org.deckfour.xes.model.XTrace>
public class IdenticalEventAttributeTraceCalculator extends java.lang.Object implements DataManager.AttributeValueCalculator<org.deckfour.xes.model.XTrace>
-
-
Constructor Summary
Constructors Constructor Description IdenticalEventAttributeTraceCalculator(LogView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XAttribute[]computeAttributes(org.deckfour.xes.model.XTrace object, int objectIndex, int... header)Attribute[]getNewTraceAttributes()
-
-
-
Constructor Detail
-
IdenticalEventAttributeTraceCalculator
public IdenticalEventAttributeTraceCalculator(LogView view)
-
-
Method Detail
-
getNewTraceAttributes
public Attribute[] getNewTraceAttributes()
-
computeAttributes
public org.deckfour.xes.model.XAttribute[] computeAttributes(org.deckfour.xes.model.XTrace object, int objectIndex, int... header)- Specified by:
computeAttributesin interfaceDataManager.AttributeValueCalculator<org.deckfour.xes.model.XTrace>
-
-