|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.impl.grammar.model.Determiner
public class Determiner
BEAN : Determiner.
Field Summary |
---|
Constructor Summary | |
---|---|
Determiner()
instantiate the object. |
Method Summary | |
---|---|
static void |
clear()
remove all instances. |
static java.util.Vector |
getDeterminerInstances()
return the list of instances. |
java.lang.String |
getId()
return the identification. |
static Determiner |
getSeek(java.lang.String id)
return the instance from id. |
static boolean |
isContains(java.lang.String id)
the hieroglyph is a determiner ? |
boolean |
isFeminineGrammaticalKind()
return the "feminine grammatical kind" state. |
boolean |
isSubstitute()
return the "substitute" state. |
boolean |
isUsedForIdeogram()
return the "used for ideogram" state. |
void |
setFeminineGrammaticalKind(boolean feminineGrammaticalKind)
fix the "feminine grammatical kind" state. |
void |
setId(java.lang.String id)
fix the identification. |
void |
setSubstitute(boolean substitute)
fix the "substitute" state. |
void |
setUsedForIdeogram(boolean usedForIdeogram)
fix the "used for ideogram" state. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Determiner()
instantiate the object.
Method Detail |
---|
public static boolean isContains(java.lang.String id)
the hieroglyph is a determiner ?
id
- identification
public static Determiner getSeek(java.lang.String id)
return the instance from id.
id
- identification
public static java.util.Vector getDeterminerInstances()
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 boolean isSubstitute()
return the "substitute" state.
public void setSubstitute(boolean substitute)
fix the "substitute" state.
substitute
- "substitute state" to fixpublic boolean isUsedForIdeogram()
return the "used for ideogram" state.
public void setUsedForIdeogram(boolean usedForIdeogram)
fix the "used for ideogram" state.
usedForIdeogram
- "used for ideogram" state to fixpublic boolean isFeminineGrammaticalKind()
return the "feminine grammatical kind" state.
public void setFeminineGrammaticalKind(boolean feminineGrammaticalKind)
fix the "feminine grammatical kind" state.
feminineGrammaticalKind
- "feminine grammatical kind" state to fix
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |