|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobals
attributes used by all business process.
Field Summary | |
---|---|
static int |
ALL
hieroglyph feature : UNILITERAL, BILITERAL, TRILITERAL. |
static int |
ANALYSE_FROM_SIGNS
used by the sequence manager. |
static int |
BILITERAL
hieroglyph feature : BILITERAL. |
static int |
CONSONAT
consomn. |
static java.lang.String |
exceptionnalVo
exceptional vowel. |
static java.lang.String |
grammarMainClassName
class name of implemented grammar. |
static int |
MAX_PART_OF_NOUN
maximum of part of noun. |
static int |
MAX_PART_OF_PREPOSITION
maximum of part of preposition. |
static int |
MAX_PART_OF_PRONOUNS
maximum of part of pronoun. |
static java.lang.String |
methodNameToManageHieroglyphs
name of method for convert to hieroglyphs (used by grammar manager for grammar business). |
static java.lang.String |
methodNameToManageTransliteration
name of method for convert to transliteration (used by grammar manager for grammar business). |
static java.lang.String |
methodNameToPhoneticRead
name of method for get phonetic read (used by grammar manager for grammar business). |
static java.lang.String |
methodNameToPhoneticReadWithGlobalApproach
name of method for get phonetic read with global approach (used by grammar manager for grammar business). |
static int |
minVersionJRE
minimale version of supported JRE. |
static int |
NUMBER_OF_TYPE_OF_PHONOGRAMS
number of type of phonograms. |
static java.lang.String |
patternForHieroglyph
pattern to detect if a sign is a hieroglyph. |
static java.lang.String |
patternForTransliteration
pattern to detect if a sign is a hieroglyph. |
static int |
PROPOSITION_TYPE_PPA
PPA. |
static java.lang.String |
selectedGrammar
name of the package for implemented grammar. |
static int |
SEMI_CONSONAT
semi consomn. |
static int |
TO_FORMAT
the output is the format of the sequence. |
static int |
TO_HIEROGLYPHS
the output is the hieroglyphs. |
static int |
TO_READ
the output is the phonetic read of each part of the sequence. |
static int |
TO_READ_COMPLETE
the output is the phonetic read of each part of the sequence with vowels. |
static int |
TO_TRANSLITERATION
the output is the transliteration. |
static int |
TO_TYPE
the output is the type of each part of the sequence. |
static int |
TRILITERAL
hieroglyph feature : TRILITERAL. |
static int |
UNILITERAL
hieroglyph feature : UNILITERAL. |
static java.lang.String[] |
vo
list of vowels. |
Field Detail |
---|
static final java.lang.String grammarMainClassName
class name of implemented grammar.
static final java.lang.String selectedGrammar
name of the package for implemented grammar.
static final java.lang.String methodNameToManageTransliteration
name of method for convert to transliteration (used by grammar manager for grammar business).
static final java.lang.String methodNameToManageHieroglyphs
name of method for convert to hieroglyphs (used by grammar manager for grammar business).
static final java.lang.String methodNameToPhoneticRead
name of method for get phonetic read (used by grammar manager for grammar business).
static final java.lang.String methodNameToPhoneticReadWithGlobalApproach
name of method for get phonetic read with global approach (used by grammar manager for grammar business).
static final int CONSONAT
consomn.
static final int SEMI_CONSONAT
semi consomn.
static final int UNILITERAL
hieroglyph feature : UNILITERAL.
static final int BILITERAL
hieroglyph feature : BILITERAL.
static final int TRILITERAL
hieroglyph feature : TRILITERAL.
static final int ALL
hieroglyph feature : UNILITERAL, BILITERAL, TRILITERAL.
static final int NUMBER_OF_TYPE_OF_PHONOGRAMS
number of type of phonograms.
static final java.lang.String[] vo
list of vowels.
static final java.lang.String exceptionnalVo
exceptional vowel.
static final int ANALYSE_FROM_SIGNS
used by the sequence manager.
static final int minVersionJRE
minimale version of supported JRE.
static final int TO_HIEROGLYPHS
the output is the hieroglyphs.
static final int TO_TRANSLITERATION
the output is the transliteration.
static final int TO_TYPE
the output is the type of each part of the sequence.
static final int TO_READ
the output is the phonetic read of each part of the sequence.
static final int TO_FORMAT
the output is the format of the sequence.
static final int TO_READ_COMPLETE
the output is the phonetic read of each part of the sequence with vowels.
static final int MAX_PART_OF_PRONOUNS
maximum of part of pronoun.
static final int MAX_PART_OF_PREPOSITION
maximum of part of preposition.
static final int MAX_PART_OF_NOUN
maximum of part of noun.
static final int PROPOSITION_TYPE_PPA
PPA.
static final java.lang.String patternForHieroglyph
pattern to detect if a sign is a hieroglyph.
static final java.lang.String patternForTransliteration
pattern to detect if a sign is a hieroglyph.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |