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