|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.impl.grammar.model.Ideogram
public class Ideogram
BEAN : Ideogram.
Field Summary |
---|
Constructor Summary | |
---|---|
Ideogram()
instantiate the object. |
Method Summary | |
---|---|
static void |
clear()
remove all instances. |
java.lang.String |
getId()
return the identification. |
static java.util.Vector |
getIdeogramInstances()
return the list of instances. |
static int |
getNumberOfParts()
compute the maximum number of parts for ideograms. |
java.lang.String[] |
getValue()
return the values. |
static boolean |
isFoundById(java.lang.String id)
the hieroglyph is it a ideogram ? |
static java.lang.String[] |
isFoundByTransliteration(java.lang.String transliteration,
int start,
int number)
the transliteration is a ideogram ? |
void |
setId(java.lang.String id)
fix the identification. |
void |
setValue(java.lang.String[] values)
fix the values. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ideogram()
instantiate the object.
Method Detail |
---|
public static boolean isFoundById(java.lang.String id)
the hieroglyph is it a ideogram ?
id
- identification
public static java.lang.String[] isFoundByTransliteration(java.lang.String transliteration, int start, int number)
the transliteration is a ideogram ?
transliteration
- current transliteration to compare with list of ideogramsstart
- start of substringnumber
- number of parts (max) for ideogram
public static int getNumberOfParts()
compute the maximum number of parts for ideograms.
public static java.util.Vector getIdeogramInstances()
return the list of instances.
public static void clear()
remove all instances.
public java.lang.String getId()
return the identification.
public void setId(java.lang.String id)
fix the identification.
id
- identification to fixpublic java.lang.String[] getValue()
return the values.
public void setValue(java.lang.String[] values)
fix the values.
values
- values to fix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |