gate.yam.translate
Interface TranslationConstants

All Known Implementing Classes:
AbstractTranslator, HtmlConstantsTests, HtmlTranslator, LaTeXConstantsTests, LaTeXTranslator, PrettyTranslator, TreeTranslator

public interface TranslationConstants

Methods used for accessing constants used in translation. Actual constants are defined in HtmlConstants etc.

Author:
Hamish Cunningham

Field Summary
static int CONSTANTEND
          Array position of the constant end string.
static int CONSTANTNAME
          Array position of the constant name / node type.
static int CONSTANTSTART
          Array position of the constant start string.
 
Method Summary
 String[][] getConstantsTable()
          Array mapping node type name to start/end strings.
 String getPreamblePath()
          Get the path to the preamble resource.
 Object[][] getPredicatesTable()
          Array mapping predicate type name to attributes.
 

Field Detail

CONSTANTNAME

static final int CONSTANTNAME
Array position of the constant name / node type.

See Also:
Constant Field Values

CONSTANTSTART

static final int CONSTANTSTART
Array position of the constant start string.

See Also:
Constant Field Values

CONSTANTEND

static final int CONSTANTEND
Array position of the constant end string.

See Also:
Constant Field Values
Method Detail

getPreamblePath

String getPreamblePath()
Get the path to the preamble resource.


getConstantsTable

String[][] getConstantsTable()
Array mapping node type name to start/end strings.


getPredicatesTable

Object[][] getPredicatesTable()
Array mapping predicate type name to attributes.