A C E F G H I M N O P R S T U V W X

A

accept(File) - Method in class vn.Inspector.MyFilter
Returns whether or not to accept the given file based on this filter.
ALL_OPER_CHARS - Static variable in class vn.Inspector
All operators used on the command line.
ALL_VIEW_OPTS - Static variable in class vn.Inspector
All view options.
allOnlyFiles - Static variable in class vn.Inspector
An array representing all the tokens supplied to the -O operator.
analyzeArguments(String[]) - Static method in class vn.Inspector
Validates all of the command-line arguments and sets appropriate class-level variables.

C

classHierarchyPrint(Element, int) - Static method in class vn.Sweeper
Prints name of the class element provided and the names of all subclass elements contained within, joint with the number of members and frames for each.
clearClassTagCounter() - Static method in class vn.Inspector
Empties the class counts tag counter.
curClass - Static variable in class vn.Sweeper
The name of the current class or subclass being processed.
curFile - Static variable in class vn.Sweeper
The name of the current XML file being processed.
curIndentLevel - Static variable in class vn.Sweeper
Represents how many levels of indentation should be printed when output is printed to stdout.
curVFFrameList - Static variable in class vn.Sweeper
All the frames visited so far since the main (root) class.
curVFFrameNode - Static variable in class vn.Sweeper
The XML FRAME node corresponding to the current verb-frame pair (used only when the Inspector is running in verb-frame pair mode).
curVFMemberNode - Static variable in class vn.Sweeper
The XML MEMBER node corresponding to the current verb-frame pair (used only when the Inspector is running in verb-frame pair mode).
curVFVerbName - Static variable in class vn.Sweeper
The verb corresponding to the current verb-frame pair (used only when the Inspector is running in verb-frame pair mode).
curVFVerbWN - Static variable in class vn.Sweeper
The WordNet sense corresponding to the current verb-frame pair (used only when the Inspector is running in verb-frame pair mode).

E

endADJ(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the ADJ element in the VerbNet XML files.
endADV(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the ADV element in the VerbNet XML files.
endARG(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the ARG element in the VerbNet XML files.
endARGS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the ARGS element in the VerbNet XML files.
endDESCRIPTION(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the DESCRIPTION element in the VerbNet XML files.
endEXAMPLE(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the EXAMPLE element in the VerbNet XML files.
endEXAMPLES(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the EXAMPLES element in the VerbNet XML files.
endFRAME(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the FRAME element in the VerbNet XML files.
endFRAMES(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the FRAMES element in the VerbNet XML files.
endLEX(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the LEX element in the VerbNet XML files.
endMEMBER(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the MEMBER element in the VerbNet XML files.
endMEMBERS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the MEMBERS element in the VerbNet XML files.
endNP(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the NP element in the VerbNet XML files.
endPRED(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the PRED element in the VerbNet XML files.
endPREP(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the PREP element in the VerbNet XML files.
endSELRESTR(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the SELRESTR element in the VerbNet XML files.
endSELRESTRS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the SELRESTRS element in the VerbNet XML files.
endSEMANTICS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the SEMANTICS element in the VerbNet XML files.
endSYNRESTR(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the SYNRESTR element in the VerbNet XML files.
endSYNRESTRS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the SYNRESTRS element in the VerbNet XML files.
endSYNTAX(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the SYNTAX element in the VerbNet XML files.
endTHEMROLE(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the THEMROLE element in the VerbNet XML files.
endTHEMROLES(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the THEMROLES element in the VerbNet XML files.
endVERB(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the VERB element in the VerbNet XML files.
endVNCLASS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the VNCLASS element in the VerbNet XML files.
endVNSUBCLASS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the closing of the VNSUBCLASS element in the VerbNet XML files.
eprint(String) - Static method in class vn.Inspector
Used as shorthand for System.err.print.
eprintln(String) - Static method in class vn.Inspector
Used as shorthand for System.err.println.
EVENT_CLASS - Static variable in class vn.EventManager
Identifies that the event is for a main class.
EVENT_END - Static variable in class vn.EventManager
Identifies that the event firing corresponds to the end of the element in question.
EVENT_END_FRAMES - Static variable in class vn.EventManager
Identifies the moment right before another class begins.
EVENT_EXAMPLE - Static variable in class vn.EventManager
Identifies that the event is for an example.
EVENT_FILE - Static variable in class vn.EventManager
Identifies that the event is for a single XML file.
EVENT_FRAME - Static variable in class vn.EventManager
Identifies that the event is for a frame.
EVENT_MEMBER - Static variable in class vn.EventManager
Identifies that the event is for a single member (verb).
EVENT_PROGRAM - Static variable in class vn.EventManager
Identifies that the event is for the entire program.
EVENT_SEMANTIC_PRED - Static variable in class vn.EventManager
Identifies that the event is for a single semantic predicate.
EVENT_START - Static variable in class vn.EventManager
Identifies that the event firing corresponds to the beginning of the element in question.
EVENT_SUBCLASS - Static variable in class vn.EventManager
Identifies that the event is for a subclass.
EVENT_SYNTAX - Static variable in class vn.EventManager
Identifies that the event is for syntax.
EVENT_THEMROLE - Static variable in class vn.EventManager
Identifies that the event is for a thematic role.
EVENT_VF_PAIR - Static variable in class vn.EventManager
Identifies that the event is for a verb-frame pair.
EventManager - Class in vn
This class contains the method that researchers will modify to extend the Inspector to other natural language processing tasks.
EventManager() - Constructor for class vn.EventManager
This constructor is private because the class is not intended to ever be instantiated.
evText - Static variable in class vn.Sweeper
The string which is given to EventManager.fireEvent(int, int, String, String, String, Element, Element) when events are fired.
evTextLocal - Static variable in class vn.Sweeper
The string which contains the characters that each sweeper method will output locally.
evTexts - Static variable in class vn.Sweeper
A stack of strings which holds the global event string for various elements which was created for their 'start' events until their 'end' events come around.
executeHTMLMethod(String, Node) - Static method in class vn.Inspector
Executes a method in the Sweeper class based on an XML element tag name (i.e. 'VNCLASS') and a 'start' or 'end' flag.
ext - Variable in class vn.Inspector.MyFilter
The extension of the files to select.

F

filePath(File) - Static method in class vn.Inspector
Returns a descriptive path for a File object.
fireEvent(int, int, String, String, String, Element, Element) - Static method in class vn.EventManager
Executes custom code specific to each type of element as they are encountered in the VerbNet XML files.
fireEventMaybe(int, int, String, String, String, Node, Node) - Static method in class vn.EventManager
Fires an event if events are enabled for this execution of the Inspector.
flags - Static variable in class vn.Inspector
A string representation of all of the flags supplied on the command line.
flClassCounts - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like to view count information for each class and subclass that is displayed in normal output.
flClassH - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like to see the class hierarchy.
flErrProgress - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like each file name to be printed to stderr as it is encountered.
flHelp - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like to see the help/usage message.
flIndent - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like both the normal output and class hierarchy indented.
flKey - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like to see the key for the thematic role and syntax restrictions.
flNoAbsence - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like to supress the absence labels in the normal output and class hierarchy.
flNoFinalCounts - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like to suppress the final count information that is printed after normal output and class hierarchy.
flNoHeader - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like to suppress the header information that is printed before normal output and class hierarchy.
flReplicate - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to print all the labels that represent additional nesting (file, class, subclass, and frame) before every element that is printed.
flSortMembers - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like the verbs in the members section sorted.
flSuppressEvents - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to suppress the firing of all events.
flVFPairs - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like the Inspector to run in verb-frame pair mode.
flVFPairsInvert - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like the Sweeper to visit verb-frame pairs in frame-major order instead of a verb-major order.
flZeroCounts - Static variable in class vn.Inspector
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like to view those counts in both class counts and final counts that are equal to zero in addition to the non-zero counts.

G

getTagCount(HashMap, String) - Static method in class vn.Inspector
Returns the number of times a given tag name was encountered for the given counter.

H

hasBeenOther - Static variable in class vn.Sweeper
Used by various types of nodes for which there might be a list to display to know if another of their same kind has already been shown, so as to print the appropriate separator.
hasKids(Node, String) - Static method in class vn.Sweeper
Whether or not the given XML element has children with a given tag name.

I

incrementTagCounter(String) - Static method in class vn.Inspector
Increments the counter for a given tag by 1.
incrementTagCounter(String, int) - Static method in class vn.Inspector
Increments the counter for a given tag by a given integer.
INDENT_WIDTH - Static variable in class vn.Sweeper
The number of spaces for a single indentation width.
indentSpaces - Static variable in class vn.Sweeper
A string consisting of Sweeper.INDENT_WIDTH spaces.
Inspector - Class in vn
The driver class for the Inspector.
Inspector() - Constructor for class vn.Inspector
This constructor is private because the class is not intended to ever be instantiated.
Inspector.InvalidCommandLineArgumentException - Exception in vn
Exception class for identifying when the user did not supply a command-line of the proper format.
Inspector.InvalidCommandLineArgumentException(String) - Constructor for exception vn.Inspector.InvalidCommandLineArgumentException
Constructs the exception object with the given message.
Inspector.InvalidPathException - Exception in vn
Exception class for identifying when the user did not supply a valid XML input directory.
Inspector.InvalidPathException(String) - Constructor for exception vn.Inspector.InvalidPathException
Constructs the exception object with the given message.
Inspector.MyFilter - Class in vn
Decides which files to select for the File.listFiles() method of the File class.
Inspector.MyFilter(String) - Constructor for class vn.Inspector.MyFilter
Constructs this filter with the given extension on which to filter.
Inspector.UserWantsHelpMessage - Exception in vn
Exception class for identifying when the user requests to view the help/usage message for the program.
Inspector.UserWantsHelpMessage() - Constructor for exception vn.Inspector.UserWantsHelpMessage
Constructs the exception object.
Inspector.UserWantsKey - Exception in vn
Exception class for identifying when the user requests to view the key.
Inspector.UserWantsKey() - Constructor for exception vn.Inspector.UserWantsKey
Constructs the exception object.
iprint(String) - Static method in class vn.Sweeper
Does the exact same thing as Sweeper.print(String) if the indentation flag (-i) was not supplied on the command line (and thus Inspector.flIndent is false).
iprintln(String) - Static method in class vn.Sweeper
Does the exact same thing as Sweeper.println(String) if the indentation flag (-i) was not supplied on the command line (and thus Inspector.flIndent is false).

M

main(String[]) - Static method in class vn.Inspector
The main method of the program.
members - Static variable in class vn.Sweeper
Holds all the member information for a given class or subclass.

N

node - Variable in class vn.Sweeper.MemberNode
The XML node.
npSelRestrs - Static variable in class vn.Sweeper
Whether or not the SELRESTRS about to be entered is under an NP node (as compared to a PREP or THEMROLE node).
numKids(Node, String) - Static method in class vn.Sweeper
Counts the number of children of a given XML element who have the given tag name.

O

onlyTheseFiles - Static variable in class vn.Inspector
The files that the user has requested to see.
originalStdOut - Static variable in class vn.EventManager
The original stdout stream reference from the System class.

P

performInspection() - Static method in class vn.Inspector
Performs the scanning of the XML files in the XML input directory.
popText() - Static method in class vn.Sweeper
Removes a string from the global event string stack and places it into the class-level global event string.
popTextForReplicate() - Static method in class vn.Sweeper
Removes the most recently stored label text for replication.
prepSelRestrs - Static variable in class vn.Sweeper
Whether or not the SELRESTRS about to be entered is under a PREP node (as compared to a THEMROLE or NP node).
print(String) - Static method in class vn.Inspector
Used as shorthand for System.out.print.
print(String) - Static method in class vn.Sweeper
Used as shorthand for System.out.print.
printHeader() - Static method in class vn.Inspector
Prints the header for this execution of the Inspector.
printKey() - Static method in class vn.Inspector
Prints the thematic role and syntax key.
println(String) - Static method in class vn.Inspector
Used as shorthand for System.out.println.
println(String) - Static method in class vn.Sweeper
Used as shorthand for System.out.println.
printMembers() - Static method in class vn.Sweeper
Prints the text for all the members in this class.
printTagCount(HashMap, String) - Static method in class vn.Inspector
Prints a tag name along with the number of times it was encountered.
printTagCounts(boolean) - Static method in class vn.Inspector
Prints all the counts from either the class counts tag counter or the final counts tag counter.
printUsage() - Static method in class vn.Inspector
Prints the usage (a.k.a. help message) for the Inspector.
printVerbFramePairs() - Static method in class vn.Sweeper
Prints all verb-frame pairs if the Inspector is running in verb-frame pair mode.
processNode(Node) - Static method in class vn.Inspector
Starts by outputting the simple text you would want to output upon encountering the start of the given node, then recursively prints all the simple text associated with this node's children nodes, and finally outputs the simple text needed for the close of the given node.
processNodeByPairs(Node, ArrayList) - Static method in class vn.Inspector
Starts by outputting the simple text you would want to output upon encountering the start of the given node, then recursively prints all the simple text associated with this node's children nodes, and finally outputs the simple text needed for the close of the given node.
pushText() - Static method in class vn.Sweeper
Saves the class-level global event string to a stack of event strings.
pushTextForReplicate(String) - Static method in class vn.Sweeper
Saves the text for a label to be replicated for all elements contained within it.

R

replicateLabels - Static variable in class vn.Sweeper
A stack of strings which holds the labels for all printed elements that have caused additional nesting (file, class, subclass, and frame).
replicateLabels() - Static method in class vn.Sweeper
Prints all the labels currently stored for replication.
restrsLevel - Static variable in class vn.Sweeper
The level of nested SELRESTRS being processed.
run(String) - Static method in class vn.Inspector
Executes the Inspector application.

S

setCurFile(String) - Static method in class vn.Sweeper
Sets the current file being processed.
setFrameList(ArrayList) - Static method in class vn.Sweeper
Sets a class-level reference to a list containing all the frames visited so far since the main (root) class.
sortXMLFiles() - Static method in class vn.Inspector
Sorts the already loaded XML files array Inspector.xmlFiles.
startADJ(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the ADJ element in the VerbNet XML files.
startADV(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the ADV element in the VerbNet XML files.
startARG(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the ARG element in the VerbNet XML files.
startARGS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the ARG element in the VerbNet XML files.
startDESCRIPTION(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the DESCRIPTION element in the VerbNet XML files.
startEXAMPLE(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the EXAMPLE element in the VerbNet XML files.
startEXAMPLES(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the EXAMPLES element in the VerbNet XML files.
startFRAME(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the FRAME element in the VerbNet XML files.
startFRAMES(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the FRAMES element in the VerbNet XML files.
startLEX(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the LEX element in the VerbNet XML files.
startMEMBER(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the MEMBER element in the VerbNet XML files.
startMEMBERS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the MEMBERS element in the VerbNet XML files.
startNP(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the NP element in the VerbNet XML files.
startPRED(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the PRED element in the VerbNet XML files.
startPREP(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the PREP element in the VerbNet XML files.
startSELRESTR(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the SELRESTR element in the VerbNet XML files.
startSELRESTRS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the SELRESTRS element in the VerbNet XML files.
startSEMANTICS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the SEMANTICS element in the VerbNet XML files.
startSYNRESTR(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the SYNRESTR element in the VerbNet XML files.
startSYNRESTRS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the SYNRESTRS element in the VerbNet XML files.
startSYNTAX(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the SYNTAX element in the VerbNet XML files.
startTHEMROLE(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the THEMROLE element in the VerbNet XML files.
startTHEMROLES(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the THEMROLES element in the VerbNet XML files.
startVERB(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the VERB element in the VerbNet XML files.
startVNCLASS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the VNCLASS element in the VerbNet XML files.
startVNSUBCLASS(Node) - Static method in class vn.Sweeper
Prints the text that corresponds to the beginning of the VNSUBCLASS element in the VerbNet XML files.
Sweeper - Class in vn
This class defines the action to take upon encountering each element in a VerbNet XML file.
Sweeper() - Constructor for class vn.Sweeper
This constructor is private because the class is not intended to ever be instantiated.
Sweeper.MemberNode - Class in vn
Holds all crucial information about a member when it is encountered so it can be properly displayed in later processing.
Sweeper.MemberNode(String, String, Node) - Constructor for class vn.Sweeper.MemberNode
Constructs a Sweeper.MemberNode object.

T

tagCounterClass - Static variable in class vn.Inspector
A map which ties an integer to a string.
tagCounterGlobal - Static variable in class vn.Inspector
A map which ties an integer to a string.
together(String[]) - Static method in class vn.Inspector
Concatenates all the elements in a string array, separated by spaces.
trSelRestrs - Static variable in class vn.Sweeper
Whether or not the SELRESTRS about to be entered is under a THEMROLE node (as compared to a PREP or NP node).

U

usingOr - Static variable in class vn.Sweeper
Whether or not nodes which specify logical operators for their children are using 'or'.

V

verb - Variable in class vn.Sweeper.MemberNode
The verb.
viewOpts - Static variable in class vn.Inspector
A string representation of all of the view options supplied on the command line.
vn - package vn
This is the documentation for the Inspector - a VerbNet viewer and application framework for building custom applications around VerbNet.
vnDir - Static variable in class vn.Inspector
The directory where the VerbNet XML files are located.
voAll - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to enable all basic view options in normal output mode.
voClassName - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display class and subclass names in normal output mode.
voComplete - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display non-standard attributes in normal output mode.
voCount - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display member and frame counts in normal output mode.
voExample - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display examples in normal output mode.
voFileName - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display file names in normal output mode.
voFrame - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display frame descriptions in normal output mode.
voMember - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display member (verbs) in normal output mode.
voSemantics - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display semantics in normal output mode.
voSyntax - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display syntax in normal output mode.
voThemRole - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display thematic roles in normal output mode.
voTRSelRestr - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display selectional restrictions for thematic roles in normal output mode.
voVFPairs - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display verb-frame pair descriptions in normal output mode.
voWordNet - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display WordNet senses in normal output mode.
voXSelRestr - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display selectional restrictions for noun phrases in normal output mode.
voXSynRestr - Static variable in class vn.Inspector
A view option set in Inspector.analyzeArguments(String[]) and used to display the current file in normal output mode.

W

wn - Variable in class vn.Sweeper.MemberNode
The WordNet sense.
wrapString(String) - Static method in class vn.Inspector
Massages a string that could be null for the header.

X

xmlFiles - Static variable in class vn.Inspector
A list of just the XML files located in the XML input directory.

A C E F G H I M N O P R S T U V W X