|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.impl.grammar.integration.HieroglyphManager
public class HieroglyphManager
management for sequences of hieroglyphs.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
HieroglyphManager(java.lang.String listHieros,
GrammarManager gm,
java.util.HashMap<java.lang.String,java.lang.String> phInfo)
initialize the analyze of the list of hieroglyphs. |
|
HieroglyphManager(java.lang.String listHieros,
GrammarManager gm,
java.util.HashMap<java.lang.String,java.lang.String> phInfo,
int typeOutput)
initialize the analyze of the list of hieroglyphs. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
analyze()
analyze of the list of hieroglyphs. |
static java.lang.String[] |
getListOfHieroglyphs(java.lang.String list)
return a list of hieroglyphs (id). |
boolean |
propositionIsCorrect(int type)
verify if the format of proposition is correct. |
static java.util.ArrayList<java.lang.String> |
splitListOfHieroglyphs(java.lang.String list)
return a list of hieroglyphs (id). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HieroglyphManager(java.lang.String listHieros,
GrammarManager gm,
java.util.HashMap<java.lang.String,java.lang.String> phInfo,
int typeOutput)
initialize the analyze of the list of hieroglyphs.
listHieros - the list of hieroglyphs to analyzegm - the grammar managerphInfo - list of phonograms not sortedtypeOutput - type of output
public HieroglyphManager(java.lang.String listHieros,
GrammarManager gm,
java.util.HashMap<java.lang.String,java.lang.String> phInfo)
initialize the analyze of the list of hieroglyphs.
listHieros - the list of hieroglyphs to analyzegm - the grammar managerphInfo - list of phonograms not sorted| Method Detail |
|---|
public java.lang.String[] analyze()
throws KemetAPIException
analyze of the list of hieroglyphs.
KemetAPIExceptionpublic static java.lang.String[] getListOfHieroglyphs(java.lang.String list)
return a list of hieroglyphs (id).
list - list of hieroglyphs
public static java.util.ArrayList<java.lang.String> splitListOfHieroglyphs(java.lang.String list)
return a list of hieroglyphs (id).
list - list of hieroglyphs
public boolean propositionIsCorrect(int type)
throws KemetAPIException
verify if the format of proposition is correct.
type - type of proposition
KemetAPIException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||