Class ClassifierValueCalculator
- java.lang.Object
-
- org.processmining.logprojection.calculators.ClassifierValueCalculator
-
- All Implemented Interfaces:
DataManager.AttributeValueCalculator<org.deckfour.xes.model.XEvent>
public class ClassifierValueCalculator extends java.lang.Object implements DataManager.AttributeValueCalculator<org.deckfour.xes.model.XEvent>
-
-
Constructor Summary
Constructors Constructor Description ClassifierValueCalculator(org.deckfour.xes.classification.XEventClassifier classifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XAttribute[]computeAttributes(org.deckfour.xes.model.XEvent object, int objectIndex, int... header)AttributegetAttribute()java.lang.StringgetKey()
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
getAttribute
public Attribute getAttribute()
-
computeAttributes
public org.deckfour.xes.model.XAttribute[] computeAttributes(org.deckfour.xes.model.XEvent object, int objectIndex, int... header)- Specified by:
computeAttributesin interfaceDataManager.AttributeValueCalculator<org.deckfour.xes.model.XEvent>
-
-