public class ClassifierValueCalculator extends java.lang.Object implements DataManager.AttributeValueCalculator<org.deckfour.xes.model.XEvent>
Constructor and Description |
---|
ClassifierValueCalculator(org.deckfour.xes.classification.XEventClassifier classifier) |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XAttribute[] |
computeAttributes(org.deckfour.xes.model.XEvent object,
int objectIndex,
int... header) |
Attribute |
getAttribute() |
java.lang.String |
getKey() |
public ClassifierValueCalculator(org.deckfour.xes.classification.XEventClassifier classifier)
public java.lang.String getKey()
public Attribute getAttribute()
public org.deckfour.xes.model.XAttribute[] computeAttributes(org.deckfour.xes.model.XEvent object, int objectIndex, int... header)
computeAttributes
in interface DataManager.AttributeValueCalculator<org.deckfour.xes.model.XEvent>