wt.visitor
Class PathNode
java.lang.Object
wt.visitor.PathNode
- public class PathNode
- extends Object
A PathNode represents a node in a path established by
a Walker or a simalar graph generation mechanism.
PathNode is used to detect recursive path while
traversing graph structures.
- See Also:
BasicWalker
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
parentNode
public PathNode parentNode
nodeId
public ObjectIdentifier nodeId
nodeIdentity
public DisplayIdentity nodeIdentity
PathNode
public PathNode(Persistable object,
PathNode parentNode)
throws WTException
equals
public boolean equals(Object obj)
validatePath
public void validatePath()
throws WTException
- Throws:
WTException
validatePath
public void validatePath(PathNode nodeToCheck)
throws WTException
- Throws:
WTException
printPath
public int printPath(StringBuffer buffer)