|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphElement
Method Summary | |
---|---|
long |
getBeginning()
Gives the begin timestamp for the element. |
java.lang.String |
getCategory()
Gives the category related to the element. |
long |
getEnd()
Gives the end timestamp for the element. |
long |
getId()
Gives a unique ID for this element. |
java.lang.String |
getMessage()
Gives the message for the element. |
java.lang.String |
getStackTrace()
Gives the stack trace related to the element. |
boolean |
isEnded()
Returns true iff this element has an end timestamp attached. |
Method Detail |
---|
java.lang.String getCategory()
java.lang.String getMessage()
java.lang.String getStackTrace()
boolean isEnded()
long getBeginning()
long getEnd()
isEnded()
is true,
this returns System.currentTimeMillis()
.
long getId()
GraphModel
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |