net.java.dev.moskito.core.usecase.running
Class PathElement
java.lang.Object
net.java.dev.moskito.core.usecase.running.PathElement
public class PathElement
- extends Object
call
private String call
children
private List<PathElement> children
parent
private PathElement parent
duration
private long duration
aborted
private boolean aborted
PathElement
public PathElement(String aCall)
getCall
public String getCall()
getChildren
public List<PathElement> getChildren()
setParent
public void setParent(PathElement element)
getParent
public PathElement getParent()
toString
public String toString()
- Overrides:
toString in class Object
toDetails
public String toDetails(int ident)
getIdent
private static String getIdent(int ident)
addChild
public void addChild(PathElement p)
generatePath
public String generatePath()
_generatePath
private StringBuilder _generatePath()
isAborted
public boolean isAborted()
setAborted
public void setAborted(boolean aborted)
setAborted
public void setAborted()
getDuration
public long getDuration()
setDuration
public void setDuration(long duration)
Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework