Package wt.configuration
Class RemoveConfigurationVisitor
java.lang.Object
wt.visitor.VisitorAdapter
wt.configuration.RemoveConfigurationVisitor
- All Implemented Interfaces:
Externalizable,Serializable,ConfigSpec,Visitor
A
Supported API: true
Extendable: false
Visitor for removing nodes of a structure from a configuration as it is navigated.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvisit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited) Visits a node and adds it to a Baseline.
-
Method Details
-
visit
public boolean visit(Persistable fromNode, Link link, Persistable toNode, int level, boolean previouslyVisited) throws WTException Visits a node and adds it to a Baseline. If this node has been previously visited, then false is returned.
Supported API: true- Specified by:
visitin interfaceVisitor- Overrides:
visitin classVisitorAdapter- Parameters:
fromNode-link-toNode-level-previouslyVisited-- Returns:
- boolean
- Throws:
WTException
-