Class AnnotationTimeConfiguration
- java.lang.Object
-
- org.processmining.plugins.tsanalyzer.annotation.AnnotationTimeConfiguration
-
- All Implemented Interfaces:
AnnotationConfiguration
public class AnnotationTimeConfiguration extends java.lang.Object implements AnnotationConfiguration
-
-
Constructor Summary
Constructors Constructor Description AnnotationTimeConfiguration()
-
Method Summary
All Methods Instance Methods Concrete 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
public long getValue(org.deckfour.xes.model.XTrace trace, int eventIndex)- Specified by:
getValuein interfaceAnnotationConfiguration
-
getMinValue
public long getMinValue(org.deckfour.xes.model.XTrace trace)
- Specified by:
getMinValuein interfaceAnnotationConfiguration
-
getMaxValue
public long getMaxValue(org.deckfour.xes.model.XTrace trace)
- Specified by:
getMaxValuein interfaceAnnotationConfiguration
-
getString
public java.lang.String getString(long value)
- Specified by:
getStringin interfaceAnnotationConfiguration
-
getName
public java.lang.String getName(java.lang.String name)
- Specified by:
getNamein interfaceAnnotationConfiguration
-
-