vn
Class EventManager.MyLexiconEntry

java.lang.Object
  extended by 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.


Field Summary
private  String semantics
          Semantics of the entry.
private  String verb
          Verb of the entry.
 
Constructor Summary
EventManager.MyLexiconEntry(String v, String s)
          Constructor to initialize the entry.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

verb

private String verb
Verb of the entry.


semantics

private String semantics
Semantics of the entry.

Constructor Detail

EventManager.MyLexiconEntry

public EventManager.MyLexiconEntry(String v,
                                   String s)
Constructor to initialize the entry.