|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cmu.tawc.data.Word.WordStub
public abstract static class Word.WordStub
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface cmu.tawc.data.Word |
---|
Word.ComboWord, Word.DashWord, Word.PlainWord, Word.RegexpWord, Word.WordStub |
Constructor Summary | |
---|---|
Word.WordStub(java.lang.String word,
java.util.Vector<Category> categories)
|
Method Summary | |
---|---|
java.util.List<Category> |
getCategories()
Categories that this Word is in. |
java.lang.String |
getWord()
Returns a text description of the word. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface cmu.tawc.data.Word |
---|
getWordPublicName, matchesWord, matchesWord |
Constructor Detail |
---|
public Word.WordStub(java.lang.String word, java.util.Vector<Category> categories)
Method Detail |
---|
public java.lang.String getWord()
Word
getWord
in interface Word
public java.util.List<Category> getCategories()
Word
getCategories
in interface Word
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 |