public abstract class DoubleXAttribute<T> extends AbstractXAttribute<T,java.lang.Double>
Constructor and Description |
---|
DoubleXAttribute(java.lang.Class<T> objectType,
java.lang.String attributeKey) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
correctType(org.deckfour.xes.model.XAttribute attr) |
protected java.lang.Double |
getValue(org.deckfour.xes.model.XAttribute attr) |
getAttributables, getValues
public DoubleXAttribute(java.lang.Class<T> objectType, java.lang.String attributeKey)
protected java.lang.Double getValue(org.deckfour.xes.model.XAttribute attr)
getValue
in class AbstractXAttribute<T,java.lang.Double>
protected boolean correctType(org.deckfour.xes.model.XAttribute attr)
correctType
in class AbstractXAttribute<T,java.lang.Double>