Interface AnnotationConfiguration

    • Method Summary

      All Methods Instance Methods Abstract 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)  
    • Method Detail

      • getValue

        long getValue​(org.deckfour.xes.model.XTrace trace,
                      int eventIndex)
      • getMinValue

        long getMinValue​(org.deckfour.xes.model.XTrace trace)
      • getMaxValue

        long getMaxValue​(org.deckfour.xes.model.XTrace trace)
      • getString

        java.lang.String getString​(long value)
      • getName

        java.lang.String getName​(java.lang.String name)