java.lang.Object
com.aquima.interactions.spellengine.model.definition.RuleVisitor
All Implemented Interfaces:
IRuleVisitor

public class RuleVisitor extends Object implements IRuleVisitor
Visitor implementation to add rules to a speller.
Since:
6.0
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • addRule

      public void addRule(IRuleDS datasource)
      Description copied from interface: IRuleVisitor
      This method should be used to add a rule to a speller.
      Specified by:
      addRule in interface IRuleVisitor
      Parameters:
      datasource - The datasource of the rule to add.