Package uvi

Class Summary
Generator This class is the driver for the UVI web page creation.
Generator.MyFilter Decides which files to select for the File.listFiles() method of the File class.
Generator.XMLErrorHandler Contains the methods called by the DocumentBuilder object in Generator.generateHTMLFiles() when an error is encountered with an XML file during the parsing thereof.
Index This class contains all the verbs encountered during the parsing process and the links associated with each verb.
Index.Entry Represents the index entry for a single English verb and holds all relevant links for that verb (from either VerbNet, PropBank, FrameNet).
Index.Link Represents a single link for a verb.
Q With a name chosen almost entirely on the basis of brevity, this class was only created for the purpose of removing the complexity of writing text to an output stream to a separate file.
Sweeper This class essentially defines the HTML that should be mapped to the XML.
VN_FN_Map This class holds the VerbNet-FrameNet mapping created by Andrew Dolbey in a format useful to the UVIG.
VN_FN_Map.ClassVerbs Holds the mappings for a single VerbNet class.
VN_FN_Map.MapPair Represents a single mapping between a VerbNet verb and a FrameNet frame.
WordLists Holds tokens (or 'words') separated into different lists.
WordLists.WordList Holds the information for a single list of tokens.
WordLists.WordListItem Represents a token and its associated reference count.
WordNet This class manages the extraction of the WordNet data for the goal of showing sense numbers next to the verbs in the members section of each class or subclass.
WordNet.WordNetSense Represents a WordNet sense by holding both the sense key and the sense number of a given sense.
 

Exception Summary
Generator.InvalidCommandLineArgumentException Exception class for identifying when the user did not supply a command-line of the proper format.
Generator.InvalidDirectoryException Exception class for identifying when the user did not supply both a valid XML input directory and a valid HTML output directory.
Generator.InvalidSupplementalFilesException Exception class for identifying when the required supplemental directory or the files within cannot be found or read.
Generator.UserWantsHelpMessage Exception class for identifying when the user requests to view the help/usage message for the program.