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 AnnotationConfiguration
public long getMinValue(org.deckfour.xes.model.XTrace trace)
getMinValue
in interface AnnotationConfiguration
public java.lang.String getName(java.lang.String name)
getName
in interface AnnotationConfiguration
public java.lang.String getString(long value)
getString
in interface AnnotationConfiguration
public long getValue(org.deckfour.xes.model.XTrace trace, int eventIndex)
getValue
in interface AnnotationConfiguration