java.lang.Object
com.aquima.interactions.spellengine.model.definition.MacroVisitor
All Implemented Interfaces:
IMacroVisitor

public class MacroVisitor extends Object implements IMacroVisitor
Visitor implementation to add macros to a speller.
Since:
6.0
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • addMacro

      public void addMacro(IMacroDS datasource)
      Description copied from interface: IMacroVisitor
      Add a macro.
      Specified by:
      addMacro in interface IMacroVisitor
      Parameters:
      datasource - Datasource of the macro.