|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.orm.DAL
public class DAL
Data Access Layer.
Field Summary | |
---|---|
static HieroCollection |
hc
list of hieroglyphes. |
static ItemCollection |
nc
list of lexicographical items. |
static PhonogramCollection |
pc
list of phonograms. |
Constructor Summary | |
---|---|
DAL(java.lang.String XMLPath,
java.lang.String[] files)
instantiate the DAL. |
Method Summary | |
---|---|
Pronunciation[] |
getAllPronunciationFromTransliteration(Transliteration tr)
get all the pronunciation from transliteration. |
DemonstrativePronoun |
getDemonstrativePronounFromSign(Sign[] s,
int indexSign)
get the demonstrative pronoun objects from sign. |
java.util.List<Sign> |
getDemonstrativePronouns()
get the demonstrative pronouns. |
java.util.List<Sign> |
getDeterminers()
get the determiners. |
Sign[] |
getHieroglyphs()
get the hieroglyphs. |
java.util.List<Sign> |
getIdeograms()
get the ideograms. |
java.util.List<Item> |
getLexicographicalItems()
get the lexicographical items. |
Phonogram[] |
getPhonograms()
get the phonograms... |
Preposition |
getPrepositionFromSign(Sign[] s,
int indexSign)
get the preposition object from sign. |
java.util.List<Sign> |
getPrepositions()
get the prepositions. |
SuffixPronoun[] |
getSuffixPronounFromSign(Sign[] s,
int indexSign)
get the suffix pronoun objects from sign. |
java.util.List<Sign> |
getSuffixPronouns()
get the suffix pronouns. |
Transliteration |
getTransliterationFromSign(Sign[] s,
int indexSign)
get the transliteration object from sign. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static PhonogramCollection pc
list of phonograms.
public static HieroCollection hc
list of hieroglyphes.
public static ItemCollection nc
list of lexicographical items.
Constructor Detail |
---|
public DAL(java.lang.String XMLPath, java.lang.String[] files) throws java.lang.Exception
instantiate the DAL.
XMLPath
- name of XML pathfiles
- list of hieroglyphs files
0 -> hiero_xx.xml 1 -> phonogram.xml 3 -> lexicographical_list_xx.xml
throws Exception
java.lang.Exception
Method Detail |
---|
public Phonogram[] getPhonograms()
get the phonograms...
getPhonograms
in interface IRequests
public Sign[] getHieroglyphs()
get the hieroglyphs.
getHieroglyphs
in interface IRequests
public java.util.List<Sign> getDeterminers()
get the determiners.
getDeterminers
in interface IRequests
public java.util.List<Sign> getIdeograms()
get the ideograms.
getIdeograms
in interface IRequests
public java.util.List<Sign> getSuffixPronouns()
get the suffix pronouns.
getSuffixPronouns
in interface IRequests
public java.util.List<Sign> getDemonstrativePronouns()
get the demonstrative pronouns.
getDemonstrativePronouns
in interface IRequests
public java.util.List<Sign> getPrepositions()
get the prepositions.
getPrepositions
in interface IRequests
public java.util.List<Item> getLexicographicalItems()
get the lexicographical items.
getLexicographicalItems
in interface IRequests
public Transliteration getTransliterationFromSign(Sign[] s, int indexSign)
get the transliteration object from sign.
getTransliterationFromSign
in interface IRequests
s
- signListindexSign
- index for signList
public SuffixPronoun[] getSuffixPronounFromSign(Sign[] s, int indexSign)
get the suffix pronoun objects from sign.
getSuffixPronounFromSign
in interface IRequests
s
- signListindexSign
- index for signList
public DemonstrativePronoun getDemonstrativePronounFromSign(Sign[] s, int indexSign)
get the demonstrative pronoun objects from sign.
getDemonstrativePronounFromSign
in interface IRequests
s
- signListindexSign
- index for signList
public Preposition getPrepositionFromSign(Sign[] s, int indexSign)
get the preposition object from sign.
getPrepositionFromSign
in interface IRequests
s
- signListindexSign
- index for signList
public Pronunciation[] getAllPronunciationFromTransliteration(Transliteration tr)
get all the pronunciation from transliteration.
getAllPronunciationFromTransliteration
in interface IRequests
tr
- transliteration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |