|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.impl.grammar.model.Phonogram
public class Phonogram
BEAN : phonogram.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
Phonogram()
instantiate the object. |
|
| Method Summary | |
|---|---|
boolean |
add(java.lang.Object e)
add a sign to list. |
static java.util.HashMap<java.lang.String,java.lang.String> |
getAllPhonograms()
get all phonograms. |
static java.util.TreeMap<java.lang.String,java.lang.String[]> |
getAllSortedPhonograms()
get all sorted phonograms. |
static Sign |
getInformation(java.lang.String id)
return informations about phonogram. |
static int[] |
getNumberOfPhonogramsByType()
return number of phonograms by type. |
static Phonogram[] |
getPhonogramsByType(int typePhonogram)
get phonograms by type. |
java.util.Vector |
getSignList()
return list of sign. |
static int |
isPhonogram(java.lang.String sign)
sign is a phonogram ? |
void |
setHieroglyph(java.lang.String hieroglyph)
set the path of the hieroglyph. |
void |
setTransliterationValues(java.lang.String transliterationValues)
set the differents values of the transliteration. |
void |
setTypePhonogram(long typePhonogram,
java.lang.String kemet_data)
set the type of phonogram. optimized for display |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Phonogram()
instantiate the object.
| Method Detail |
|---|
public static Phonogram[] getPhonogramsByType(int typePhonogram)
get phonograms by type.
typePhonogram - UNILITERAL, BILITERAL, TRILITERAL, ALL, ...
public static java.util.TreeMap<java.lang.String,java.lang.String[]> getAllSortedPhonograms()
get all sorted phonograms.
public static java.util.HashMap<java.lang.String,java.lang.String> getAllPhonograms()
get all phonograms.
public static Sign getInformation(java.lang.String id)
return informations about phonogram.
id - id of sign
public static int isPhonogram(java.lang.String sign)
sign is a phonogram ?
sign - hieroglyph
public java.util.Vector getSignList()
return list of sign.
public void setHieroglyph(java.lang.String hieroglyph)
set the path of the hieroglyph.
hieroglyph - path of the hieroglyphpublic void setTransliterationValues(java.lang.String transliterationValues)
set the differents values of the transliteration.
transliterationValues - values of the transliteration (with comma)
public void setTypePhonogram(long typePhonogram,
java.lang.String kemet_data)
set the type of phonogram. optimized for display
typePhonogram - UNILITERAL, BILITERAL, TRILITERALkemet_data - path of kemet datapublic boolean add(java.lang.Object e)
add a sign to list.
e - object to add
public static int[] getNumberOfPhonogramsByType()
return number of phonograms by type.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||