uvi
Class Index.Entry

java.lang.Object
  extended by uvi.Index.Entry
Enclosing class:
Index

static class Index.Entry
extends Object

Represents the index entry for a single English verb and holds all relevant links for that verb (from either VerbNet, PropBank, FrameNet).

NOTE: Any reference to "HTML Files" should be taken as a synonym for "PHP Files." When this documentation was created, only *.html files were used. Later, they were converted to *.php files to facilitate dynamic content (i.e. comments).

See Also:
Index.addLink(String, int, String, String)

Field Summary
(package private)  ArrayList links
          An array of Index.Link objects which hold information that directly feeds into how the index is shown to the user.
(package private)  String verb
          The verb (i.e. 'abandon').
 
Constructor Summary
Index.Entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

verb

String verb
The verb (i.e. 'abandon').


links

ArrayList links
An array of Index.Link objects which hold information that directly feeds into how the index is shown to the user. Multiple links for this verb could come from any individual source. So you could have a few VerbNet links, one PropBank link, and a few FrameNet links for example.

Constructor Detail

Index.Entry

Index.Entry()