|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.data.reptor.analysis.LogEvent
Docu
Method Summary | |
long |
absDiff(LogEvent other)
A.diff(B) returns |time of B - time of A| |
long |
diff(LogEvent other)
A.diff(B) returns time of B - time of A. |
java.lang.String |
getLine()
Return the log line. |
long |
getTime()
Returns the absolute time of this event since the epoch. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public long getTime() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public java.lang.String getLine()
public long diff(LogEvent other) throws java.lang.NumberFormatException
other
- Event B
java.lang.NumberFormatException
public long absDiff(LogEvent other) throws java.lang.NumberFormatException
other
- Event B.
java.lang.NumberFormatException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |