Class AnnotationCostConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String KEY_COSTAMOUNT
      Key for the cost amount attribute.
      static java.lang.String KEY_COSTTYPE
      Partial Key for the cost type attribute.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getMaxValue​(org.deckfour.xes.model.XTrace trace)  
      long getMinValue​(org.deckfour.xes.model.XTrace trace)  
      java.lang.String getName​(java.lang.String name)  
      java.lang.String getString​(long value)  
      long getValue​(org.deckfour.xes.model.XTrace trace, int eventIndex)  
      • Methods inherited from class java.lang.Object

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

      • KEY_COSTAMOUNT

        public static final java.lang.String KEY_COSTAMOUNT
        Key for the cost amount attribute.
        See Also:
        Constant Field Values
      • KEY_COSTTYPE

        public static final java.lang.String KEY_COSTTYPE
        Partial Key for the cost type attribute.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AnnotationCostConfiguration

        public AnnotationCostConfiguration()