|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of KemetAPIException in org.kemet.impl.grammar |
---|
Methods in org.kemet.impl.grammar that throw KemetAPIException | |
---|---|
java.lang.String[] |
GrammarManager.toEpuratePhoneticComplementFromSequence(java.lang.String[] transliteration,
int number,
java.util.HashMap ht,
java.util.HashMap args)
return a transliterated sequence without phonetic complements. |
java.lang.String |
GrammarManager.toHieroglyphs(java.lang.String[] transliterationList)
feature : get hieroglyphs from transliteration. |
java.lang.String |
GrammarManager.toPhoneticRead(java.lang.String[] transliterationList,
java.lang.Boolean complete)
feature : get the phonetic read from a transliteration list. |
java.lang.String |
GrammarManager.toPhoneticReadWithGlobalApproach(java.lang.String[] transliterationList,
java.lang.Boolean complete)
feature : get the phonetic read from a transliteration list. |
java.lang.String |
GrammarManager.toTransliteration(java.lang.String[] signList,
java.lang.Integer indexValueOfTransliteration)
feature : transliterate hieroglyphs. |
Constructors in org.kemet.impl.grammar that throw KemetAPIException | |
---|---|
GrammarManager(java.lang.String className,
java.util.HashMap args)
Initialize the grammar manager and their business objets + connect to hiero.xml et phonogram.xml files. |
|
SequenceFormatManager(java.lang.String[] sequence,
int choice,
java.util.HashMap args)
Deprecated. initialize the sequence manager. |
Uses of KemetAPIException in org.kemet.impl.grammar.associated.proc |
---|
Methods in org.kemet.impl.grammar.associated.proc that throw KemetAPIException | |
---|---|
static java.util.ArrayList |
SFTrilitere.convertSignToTransliteredValue(java.lang.Object[] param,
SequenceFormatManager sfm,
java.util.HashMap args)
convert list of signes to translitered values. |
static java.util.ArrayList |
SFBilitere.convertSignToTransliteredValue(java.lang.Object[] param,
SequenceFormatManager sfm,
java.util.HashMap args)
convert list of signes to translitered values. |
static java.util.ArrayList |
SFTrilitere.epuratePhoneticComplementFromSequence(java.lang.Object[] param,
SequenceFormatManager sfm,
java.util.HashMap args)
epuration phonetic complement from sequence. |
static java.util.ArrayList |
SFBilitere.epuratePhoneticComplementFromSequence(java.lang.Object[] param,
SequenceFormatManager sfm,
java.util.HashMap args)
epuration phonetic complement from sequence. |
Uses of KemetAPIException in org.kemet.impl.grammar.integration |
---|
Methods in org.kemet.impl.grammar.integration that throw KemetAPIException | |
---|---|
java.lang.String[] |
TransliterationManager.analyze()
analyze of the transliteration. |
java.lang.String[] |
HieroglyphManager.analyze()
analyze of the list of hieroglyphs. |
boolean |
HieroglyphManager.propositionIsCorrect(int type)
verify if the format of proposition is correct. |
Uses of KemetAPIException in org.kemet.impl.grammar.model |
---|
Constructors in org.kemet.impl.grammar.model that throw KemetAPIException | |
---|---|
ModelInitialization(Sign[] signs,
int index,
DAL dal,
java.util.HashMap args)
initialize the model. |
Uses of KemetAPIException in org.kemet.impl.grammar.phonetic_complement |
---|
Methods in org.kemet.impl.grammar.phonetic_complement that throw KemetAPIException | |
---|---|
java.lang.String[] |
PhoneticComplementFirstAlgorithm.epurate(java.lang.String[] transliteration,
int number,
java.util.HashMap ht)
return a transliterated sequence without phonetic complements. |
java.lang.String[] |
PhoneticComplementAlternativAlgorithm.epurate(java.lang.String[] transliteration,
int number,
java.util.HashMap ht)
return a transliterated sequence without phonetic complements. |
java.lang.String[] |
PhoneticComplementContext.process(SequenceFormatManager sfm,
int sequenceIndex,
java.lang.String[] transliteration,
int number,
java.util.HashMap ht)
return a transliterated sequence without phonetic complements. |
Constructors in org.kemet.impl.grammar.phonetic_complement that throw KemetAPIException | |
---|---|
PhoneticComplement(int number,
java.util.HashMap ht,
java.util.Hashtable<java.lang.String,java.lang.String> signInfo,
java.util.HashMap args)
initialize phonetic complement. |
Uses of KemetAPIException in org.kemet.impl.grammar.toolbox |
---|
Methods in org.kemet.impl.grammar.toolbox that throw KemetAPIException | |
---|---|
org.w3c.dom.NodeList |
XMLQuery.evaluate(java.lang.String expression,
java.lang.Object src)
evaluate xPath expression. |
static java.util.ArrayList |
ReflexionToolBox.execGenericMethod(java.lang.Class cl,
java.lang.String name,
java.util.Vector param)
execute a method with ArrayList type returned value. |
static java.lang.String |
ReflexionToolBox.execMethod(java.lang.Class cl,
java.lang.String name,
java.util.Vector param)
execute a method with string type returned value. |
static java.lang.String |
StringToolbox.toSpecificEncoding(java.lang.String s,
java.lang.String encoding)
convert string to a specific encoding string. |
Constructors in org.kemet.impl.grammar.toolbox that throw KemetAPIException | |
---|---|
XMLQuery(java.lang.String XMLfileName)
initialize the XML Query manager |
Uses of KemetAPIException in org.kemet.impl.grammar1 |
---|
Methods in org.kemet.impl.grammar1 that throw KemetAPIException | |
---|---|
java.lang.String |
GrammarBusiness.toHieroglyphs(java.lang.String[] transliterationList,
GrammarManager gm)
convert transliteration to hieroglyphs. |
Uses of KemetAPIException in org.kemet.mdc |
---|
Constructors in org.kemet.mdc that throw KemetAPIException | |
---|---|
LocationManager(java.lang.String signList,
java.lang.String className,
java.util.HashMap tests)
instantiate the location manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |