
@Deprecated public class NodeTreeWalker extends Object
According to the result of the invocation by evalOn the tree walking continues or stop or abort.
after visiting the node and all its children the postChildrenVisit method is called for the object on the node.
This is the classical Command pattern applied to a tree visit.
| Constructor and Description |
|---|
NodeTreeWalker(NodeCommand command)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TreeWalkerDiag |
invokeOn(Configurable configurable)
Deprecated.
|
public NodeTreeWalker(NodeCommand command)
public TreeWalkerDiag invokeOn(Configurable configurable)
Copyright © 2015 LSST. All rights reserved.