Uses of Interface
gate.yam.translate.TranslationConstants

Packages that use TranslationConstants
gate.yam.translate Translation of YAM to other languages. 
 

Uses of TranslationConstants in gate.yam.translate
 

Classes in gate.yam.translate that implement TranslationConstants
 class AbstractTranslator
          This class provides a model for YAM translators.
 class HtmlConstantsTests
          Check that all the YAM parse tree nodes are associated with an appropriate set of constants.
 class HtmlTranslator
          This class provides translation of YAM into XHTML.
 class LaTeXConstantsTests
          Check that all the YAM parse tree nodes are associated with an appropriate set of constants.
 class LaTeXTranslator
          This class provides translation of YAM into LaTeX.
 class PrettyTranslator
          This class is a pretty-printer for YAM documents.
 class TreeTranslator
          This class prints the parse tree for a YAM document.