|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.impl.grammar.model.Noun
public class Noun
BEAN : Noun (lexicographical list).
| Constructor Summary | |
|---|---|
Noun()
instantiate the object. |
|
| Method Summary | |
|---|---|
static void |
clear()
remove all instances. |
java.lang.String |
getId()
return the identification. |
static java.util.HashMap<java.lang.String,Noun> |
getSeek()
return the list of instances. |
java.lang.String |
getTranscription()
return the transcription. |
java.lang.String[] |
getValue()
return the values. |
static java.lang.String |
isFoundByTransliteration(java.lang.String transliteration)
the transliteration is a noun ? |
void |
setId(java.lang.String id)
fix the identification. |
void |
setTranscription(java.lang.String transcription)
fix the transcription. |
void |
setValue(java.lang.String[] value)
fix the values. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Noun()
instantiate the object.
| Method Detail |
|---|
public static java.util.HashMap<java.lang.String,Noun> getSeek()
return the list of instances.
public static void clear()
remove all instances.
public static java.lang.String isFoundByTransliteration(java.lang.String transliteration)
the transliteration is a noun ?
transliteration - current transliteration to compare with list of nouns
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[] value)
fix the values.
value - values to fixpublic java.lang.String getTranscription()
return the transcription.
public void setTranscription(java.lang.String transcription)
fix the transcription.
transcription - transcription to fix
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||