Interface ISpellerVisitor

All Known Implementing Classes:
SpellerVisitor

public interface ISpellerVisitor
This visitor is used to add spellers to a spell engine.
Since:
6.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be used to add a speller to the spell engine.
  • Method Details

    • addSpeller

      void addSpeller(ISpellerDS speller)
      This method should be used to add a speller to the spell engine.
      Parameters:
      speller - The speller to add.