|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.impl.grammar.model.Syllable
public class Syllable
BEAN : the syllable of a transliteration.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
Syllable(java.lang.String word)
instantiate the object. |
|
| Method Summary | |
|---|---|
java.util.Vector |
getVowelsToInsert()
get all the vowels to insert into the transliteration. |
java.lang.String |
insertVowels(java.util.Vector v)
insert at position all the vowels to a word. |
boolean |
isContainsVowels(java.lang.String syllable)
syllable contains a vowel ? |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Syllable(java.lang.String word)
instantiate the object.
word - word to analyze| Method Detail |
|---|
public boolean isContainsVowels(java.lang.String syllable)
syllable contains a vowel ?
syllable - syllable to analyze
public java.util.Vector getVowelsToInsert()
get all the vowels to insert into the transliteration.
public java.lang.String insertVowels(java.util.Vector v)
insert at position all the vowels to a word.
v - vowelsList (position and value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||