Class RemoveConfigurationVisitor

java.lang.Object
wt.visitor.VisitorAdapter
wt.configuration.RemoveConfigurationVisitor
All Implemented Interfaces:
Externalizable, Serializable, ConfigSpec, Visitor

public class RemoveConfigurationVisitor extends VisitorAdapter implements ConfigSpec, Serializable
A Visitor for removing nodes of a structure from a configuration as it is navigated.

Supported API: true

Extendable: false
See Also:
  • 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:
      visit in interface Visitor
      Overrides:
      visit in class VisitorAdapter
      Parameters:
      fromNode -
      link -
      toNode -
      level -
      previouslyVisited -
      Returns:
      boolean
      Throws:
      WTException