|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.bloof.metrics.TimeValue
Tupel object for a Number value at a specific date.
Constructor Summary | |
TimeValue(java.util.Date aMoment,
java.lang.Number aValue)
Constructs a TimeValue object representing the value of a time line at the specified moment |
Method Summary | |
java.util.Date |
getMoment()
Returns the moment. |
java.lang.Number |
getValue()
Returns the value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimeValue(java.util.Date aMoment, java.lang.Number aValue)
aMoment
- moment of the dataaValue
- value of the dataMethod Detail |
public java.util.Date getMoment()
public java.lang.Number getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |