|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectYaspWord
Class representing a word.
Constructor Summary | |
YaspWord()
Create an instance of YaspWord. |
|
YaspWord(java.lang.String graphemes)
Create an instance of YaspWord. |
Method Summary | |
java.lang.String |
accentuationToString()
|
java.lang.Object |
clone()
|
java.lang.String |
figuresToString()
|
java.util.ArrayList |
getAccentuation()
Return a String representating the accentuation of this YaspWord. |
int |
getAlliterationCode()
Return an int representating the alliteration code of this YaspWord. |
int |
getAnaphorCode()
Return an int representating the anaphor code of this YaspWord. |
int |
getEpipherCode()
Return an int representating the epipher code of this YaspWord. |
java.lang.String |
getGraphemes()
Get the graphemic representation of this YaspWord. |
java.util.ArrayList |
getPhonemes()
Get the phonetic representation of this YaspWord. |
int |
getRepetitionCode()
Return an int representating the repetition code of this YaspWord. |
java.util.ArrayList |
getSyllables()
Get syllables of this YaspWord. |
java.lang.String |
phonsToString()
|
void |
setAccentuation(java.util.ArrayList accentuation)
Set the the accentuation of this YaspWord. |
void |
setAlliterationCode(int c)
Set the the alliteration code of this YaspWord. |
void |
setAnaphorCode(int c)
Set the the anaphor code of this YaspWord. |
void |
setEpipherCode(int c)
Set the the epipher code of this YaspWord. |
void |
setGraphemes(java.lang.String graphemes)
Set the the graphemic representation of this YaspWord. |
void |
setPhonemes(java.util.ArrayList phonemes)
Set the the phonetic representation of this YaspWord. |
void |
setRepetitionCode(int c)
Set the the repetition code of this YaspWord. |
void |
setSyllables(java.util.ArrayList syllables)
Set the syllables of this YaspWord. |
java.lang.String |
syllsToString()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public YaspWord()
public YaspWord(java.lang.String graphemes)
Method Detail |
public java.lang.String getGraphemes()
public void setGraphemes(java.lang.String graphemes)
graphemes
- Graphemic representation of this YaspWord.public java.util.ArrayList getPhonemes()
public void setPhonemes(java.util.ArrayList phonemes)
phonemes
- Phonetic representation of this YaspWord.public java.util.ArrayList getSyllables()
public void setSyllables(java.util.ArrayList syllables)
syllables
- An ArrayList of Strings.public java.util.ArrayList getAccentuation()
public void setAccentuation(java.util.ArrayList accentuation)
accentuation
- The accentuation of this YaspWord.public void setAlliterationCode(int c)
c
- The alliteration code of this YaspWord.public int getAlliterationCode()
public void setRepetitionCode(int c)
c
- The repetition code of this YaspWord.public int getRepetitionCode()
public void setAnaphorCode(int c)
c
- The anaphor code of this YaspWord.public int getAnaphorCode()
public void setEpipherCode(int c)
c
- The epipher code of this YaspWord.public int getEpipherCode()
public java.lang.Object clone()
public java.lang.String toString()
public java.lang.String figuresToString()
public java.lang.String syllsToString()
public java.lang.String phonsToString()
public java.lang.String accentuationToString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |