Interface IRuleVisitor

All Known Implementing Classes:
RuleVisitor

public interface IRuleVisitor
This visitor is used to add rules to a speller.
Since:
6.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addRule(IRuleDS datasource)
    This method should be used to add a rule to a speller.
  • Method Details

    • addRule

      void addRule(IRuleDS datasource)
      This method should be used to add a rule to a speller.
      Parameters:
      datasource - The datasource of the rule to add.