public class AnnotationTimeConfiguration extends java.lang.Object implements AnnotationConfiguration
| Constructor and Description |
|---|
AnnotationTimeConfiguration() |
| Modifier and Type | Method and 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) |
public long getValue(org.deckfour.xes.model.XTrace trace,
int eventIndex)
getValue in interface AnnotationConfigurationpublic long getMinValue(org.deckfour.xes.model.XTrace trace)
getMinValue in interface AnnotationConfigurationpublic long getMaxValue(org.deckfour.xes.model.XTrace trace)
getMaxValue in interface AnnotationConfigurationpublic java.lang.String getString(long value)
getString in interface AnnotationConfigurationpublic java.lang.String getName(java.lang.String name)
getName in interface AnnotationConfiguration