|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Node
Method Summary | |
---|---|
Node |
addChild(GraphElement element)
|
java.lang.String |
getName()
Gives the name of this node. |
Node |
getParent()
|
long |
getTimeInMethod()
Gives the time spent in this method, excluding the time spent in sub-methods. |
long |
getTotalTime()
Gives the total time spent in this method. |
boolean |
isEnded()
Indicates whether or not the underlying graph element is ended or not. |
Method Detail |
---|
Node getParent()
Node addChild(GraphElement element)
java.lang.String getName()
long getTotalTime()
java.lang.IllegalStateException
- iflong getTimeInMethod()
java.lang.IllegalStateException
- ifboolean isEnded()
true
if the underlying graph element is ended,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |