Interface AnnotationConfiguration
-
- All Known Implementing Classes:
AnnotationCostConfiguration,AnnotationTimeConfiguration
public interface AnnotationConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetMaxValue(org.deckfour.xes.model.XTrace trace)longgetMinValue(org.deckfour.xes.model.XTrace trace)java.lang.StringgetName(java.lang.String name)java.lang.StringgetString(long value)longgetValue(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)
-
-