|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ac.ucl.tele.ccg.jXDRS.Utterance
public class Utterance
| Field Summary | |
|---|---|
java.util.LinkedHashMap |
words
|
| Constructor Summary | |
|---|---|
Utterance()
|
|
| Method Summary | |
|---|---|
void |
addWord(Word word)
Adds a feature to the Word attribute of the Utterance object |
Word |
getWordById(java.lang.String sWord)
Gets the wordById attribute of the Utterance object |
java.util.HashMap |
getWordsByWord(java.lang.String word)
Gets the wordsByWord attribute of the Utterance object |
java.util.HashMap |
getWordsByWords(java.lang.String[] wordList)
Gets the wordsByWords attribute of the Utterance object |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.util.LinkedHashMap words
| Constructor Detail |
|---|
public Utterance()
| Method Detail |
|---|
public void addWord(Word word)
word - The feature to be added to the Word attributepublic Word getWordById(java.lang.String sWord)
sWord - Description of the Parameter
public java.util.HashMap getWordsByWord(java.lang.String word)
word - Description of the Parameter
public java.util.HashMap getWordsByWords(java.lang.String[] wordList)
wordList - Description of the Parameter
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||