|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sign | |
---|---|
org.kemet.impl.grammar.model | |
org.kemet.orm | |
org.kemet.orm.castor |
Uses of Sign in org.kemet.impl.grammar.model |
---|
Constructors in org.kemet.impl.grammar.model with parameters of type Sign | |
---|---|
ModelInitialization(Sign[] signs,
int index,
DAL dal,
java.util.HashMap args)
initialize the model. |
Uses of Sign in org.kemet.orm |
---|
Methods in org.kemet.orm that return Sign | |
---|---|
Sign[] |
IRequests.getHieroglyphs()
return all hieroglyphs. |
Sign[] |
DAL.getHieroglyphs()
get the hieroglyphs. |
Methods in org.kemet.orm that return types with arguments of type Sign | |
---|---|
java.util.List<Sign> |
IRequests.getDemonstrativePronouns()
return all demonstrative pronous. |
java.util.List<Sign> |
DAL.getDemonstrativePronouns()
get the demonstrative pronouns. |
java.util.List<Sign> |
IRequests.getDeterminers()
return all determiners. |
java.util.List<Sign> |
DAL.getDeterminers()
get the determiners. |
java.util.List<Sign> |
IRequests.getIdeograms()
return all ideograms. |
java.util.List<Sign> |
DAL.getIdeograms()
get the ideograms. |
java.util.List<Sign> |
IRequests.getPrepositions()
return all prepositions. |
java.util.List<Sign> |
DAL.getPrepositions()
get the prepositions. |
java.util.List<Sign> |
IRequests.getSuffixPronouns()
return all suffix pronous. |
java.util.List<Sign> |
DAL.getSuffixPronouns()
get the suffix pronouns. |
Methods in org.kemet.orm with parameters of type Sign | |
---|---|
DemonstrativePronoun |
IRequests.getDemonstrativePronounFromSign(Sign[] s,
int indexSign)
return demonstrative pronoun object from sign. |
DemonstrativePronoun |
DAL.getDemonstrativePronounFromSign(Sign[] s,
int indexSign)
get the demonstrative pronoun objects from sign. |
Preposition |
IRequests.getPrepositionFromSign(Sign[] s,
int indexSign)
return preposition object from sign. |
Preposition |
DAL.getPrepositionFromSign(Sign[] s,
int indexSign)
get the preposition object from sign. |
SuffixPronoun[] |
IRequests.getSuffixPronounFromSign(Sign[] s,
int indexSign)
return suffix pronoun objects from sign. |
SuffixPronoun[] |
DAL.getSuffixPronounFromSign(Sign[] s,
int indexSign)
get the suffix pronoun objects from sign. |
Transliteration |
IRequests.getTransliterationFromSign(Sign[] s,
int indexSign)
return transliteration object from sign. |
Transliteration |
DAL.getTransliterationFromSign(Sign[] s,
int indexSign)
get the transliteration object from sign. |
Uses of Sign in org.kemet.orm.castor |
---|
Methods in org.kemet.orm.castor that return Sign | |
---|---|
Sign[] |
Signs.getSign()
Method getSign.Returns the contents of the collection in an Array. |
Sign |
Signs.getSign(int index)
Method getSign. |
Sign |
Signs.removeSignAt(int index)
Method removeSignAt. |
Methods in org.kemet.orm.castor with parameters of type Sign | |
---|---|
void |
Signs.addSign(int index,
Sign vSign)
|
void |
Signs.addSign(Sign vSign)
|
boolean |
Signs.removeSign(Sign vSign)
Method removeSign. |
void |
Signs.setSign(int index,
Sign vSign)
|
void |
Signs.setSign(Sign[] vSignArray)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |