Class TextNodeVisitor

java.lang.Object
com.aquima.interactions.composer.model.definition.TextNodeVisitor
All Implemented Interfaces:
ITextNodeVisitor

public class TextNodeVisitor extends Object implements ITextNodeVisitor
This visitor is used during initialization to add child text nodes to a composite text node.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • addNode

      public void addNode(ITextNodeDS datasource)
      Description copied from interface: ITextNodeVisitor
      This method should be invoked to add a child text node to the current text node. The order in which the nodes are added is important, as it defines the order in which the text nodes will be shown/expanded.
      Specified by:
      addNode in interface ITextNodeVisitor
      Parameters:
      datasource - The data source providing the information for the child text node.