vn
Class EventManager.MyLexiconEntry
java.lang.Object
vn.EventManager.MyLexiconEntry
- Enclosing class:
- EventManager
private static class EventManager.MyLexiconEntry
- extends Object
Represents a single lexical entry in our TOYLEX lexicon.
Each entry just has a verb and some arbitrarily chosen phrases
to represent some semantics for the verb.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
verb
private String verb
- Verb of the entry.
semantics
private String semantics
- Semantics of the entry.
EventManager.MyLexiconEntry
public EventManager.MyLexiconEntry(String v,
String s)
- Constructor to initialize the entry.