org.deckfour.xes.model
Interface XAttributeContinuous
- All Superinterfaces:
- Cloneable, Comparable<XAttribute>, XAttributable, XAttribute
- All Known Implementing Classes:
- XAttributeContinuousImpl
public interface XAttributeContinuous
- extends XAttribute
Attribute with continuous type value (i.e., double-precision
floating point).
- Author:
- Christian W. Guenther (christian@deckfour.org)
Method Summary |
double |
getValue()
Retrieves the continuous value of this attribute. |
void |
setValue(double value)
Assigns the continuous value of this attribute. |
setValue
void setValue(double value)
- Assigns the continuous value of this attribute.
- Parameters:
value
- Value of the attribute.
getValue
double getValue()
- Retrieves the continuous value of this attribute.
- Returns:
- Value of this attribute.