|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.analyze.statistics.profiling.Datum
public abstract class Datum
This generic object is comparable to AbstractEvent. This object represents a result of the profiling which is a measurement of the long type.
AbstractEvent
,
ActionDatum
,
ProbeDatum
Constructor Summary | |
---|---|
Datum()
|
Method Summary | |
---|---|
int |
compareTo(Datum obj)
The order is based on dates. |
long |
getDate()
|
abstract long |
getResult()
|
void |
setDate(long date)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Datum()
Method Detail |
---|
public void setDate(long date)
public long getDate()
public abstract long getResult()
public int compareTo(Datum obj) throws java.lang.ClassCastException
compareTo
in interface java.lang.Comparable<Datum>
java.lang.ClassCastException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |