Class ClassifierValueCalculator

    • 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)  
      Attribute getAttribute()  
      java.lang.String getKey()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassifierValueCalculator

        public ClassifierValueCalculator​(org.deckfour.xes.classification.XEventClassifier classifier)
    • 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:
        computeAttributes in interface DataManager.AttributeValueCalculator<org.deckfour.xes.model.XEvent>