phrase nets
|
Public Member Functions | |
Word (String word) | |
String | toString () |
int | compareTo (Word o) |
String | word () |
MutableInteger | numIn () |
MutableInteger | numOut () |
int | num () |
A word that occurs as a part of a phrase.
pn::parse::Word::Word | ( | String | word | ) | [inline] |
Ctor.
word | The word. Must not be null |
MutableInteger pn::parse::Word::numIn | ( | ) | [inline] |
MutableInteger pn::parse::Word::numOut | ( | ) | [inline] |
String pn::parse::Word::toString | ( | ) | [inline] |
Returns the word as a string.
String pn::parse::Word::word | ( | ) | [inline] |