|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.impl.grammar.model.Sign
public class Sign
BEAN : information about a sign (hieroglyph).
| Constructor Summary | |
|---|---|
Sign()
instantiate the object. |
|
| Method Summary | |
|---|---|
static java.util.Vector |
getConventionalPronunciationFromTransliterationValue(java.lang.String transliterationValue)
get the conventional pronunciation from a transliteration. |
java.lang.String |
getHieroglyph()
return the hieroglyph. |
java.lang.String |
getId()
return the id. |
java.lang.String |
getIdentification()
return the identification. |
static java.util.Vector |
getIdSignFromTransliteration(java.lang.String transliteration)
get the id sign from a transliteration value. |
static java.util.HashMap<java.lang.String,Sign> |
getSeek()
return the list of instances. |
static java.util.Vector |
getSignInstances()
return the list of instances. |
Transliteration |
getTransliteration()
return the transliteration. |
static java.lang.String[] |
getTransliterationFromSign(java.lang.String index)
get the transliteration of a particular sign. |
boolean |
isIndicatorPPA()
indicator stating of PPA ? |
static int |
readById(java.lang.String o)
read the sign from his id. |
void |
setHieroglyph(java.lang.String hieroglyph)
set the hieroglyph of sign. |
void |
setId(java.lang.String id)
fix the id. |
void |
setIdentification(java.lang.String identification)
fix the identification. |
void |
setIndicatorPPA(boolean indicatorPPA)
fix the indicator stating of PPA. |
static void |
setSignInstances(java.util.Vector signInstances)
set the list of sign instances. |
void |
setTransliteration(Transliteration transliteration)
fix the transliteration. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Sign()
instantiate the object.
| Method Detail |
|---|
public static int readById(java.lang.String o)
read the sign from his id.
o - the id
public static java.util.Vector getConventionalPronunciationFromTransliterationValue(java.lang.String transliterationValue)
get the conventional pronunciation from a transliteration.
transliterationValue - transliteration
public static java.lang.String[] getTransliterationFromSign(java.lang.String index)
get the transliteration of a particular sign.
index - id of the sign
public static java.util.Vector getIdSignFromTransliteration(java.lang.String transliteration)
get the id sign from a transliteration value.
transliteration - transliteration value
public java.lang.String getId()
return the id.
public void setId(java.lang.String id)
fix the id.
id - id to fixpublic void setIdentification(java.lang.String identification)
fix the identification.
identification - identification to fixpublic void setTransliteration(Transliteration transliteration)
fix the transliteration.
transliteration - transliteration to fixpublic Transliteration getTransliteration()
return the transliteration.
public static void setSignInstances(java.util.Vector signInstances)
set the list of sign instances.
signInstances - the list of sign instances to fixpublic java.lang.String getHieroglyph()
return the hieroglyph.
public void setHieroglyph(java.lang.String hieroglyph)
set the hieroglyph of sign.
hieroglyph - hieroglyph of signpublic java.lang.String getIdentification()
return the identification.
public static java.util.Vector getSignInstances()
return the list of instances.
public static java.util.HashMap<java.lang.String,Sign> getSeek()
return the list of instances.
public boolean isIndicatorPPA()
indicator stating of PPA ?
public void setIndicatorPPA(boolean indicatorPPA)
fix the indicator stating of PPA.
indicatorPPA - true /false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||