Interface INodeVisitor

All Known Implementing Classes:
NodeVisitor, NodeVisitor, ReportingNodeVisitor

public interface INodeVisitor
This visitor is used during initialization to add all the (direct) child nodes to.
Since:
5.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(INodeDS datasource)
    This method should be invoked for each child node that needs to be added.
  • Method Details

    • accept

      void accept(INodeDS datasource)
      This method should be invoked for each child node that needs to be added.
      Parameters:
      datasource - Data source providing the information for a single child node.
      Throws:
      InitializationException - This exception is thrown when the node could not be initialized.