A B C D E F G H I L 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.
addRuleNumbersAndCompress() - Static method in class vn.Cyc
Compresses the original Cyc input file into another file which has one line per verbSemTrans rule.
adjective(String, String) - Static method in class vn.Matcher
Signals to discard a possible match if the adjectives in both the VerbNet syntax and the Cyc rule do not correspond.
ALL_MATCH_CONSTRS - Static variable in class vn.Cyc
All constraint symbols used with the -A operator.
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.
AM - Static variable in class vn.Cyc
All matches found by the automatic matching algorithm.
analyzeArguments(String[]) - Static method in class vn.Inspector
Validates all of the command-line arguments and sets appropriate class-level variables.

B

bad_agentImpliesDBPB(String, String) - Static method in class vn.Matcher
Signals to discard a possible match if the VerbNet syntax specifies 'Agent' as the noun phrase that immediately precedes the verb and the Cyc rule does not have the predicates 'doneBy' or 'performedBy' for the subject of the verb.
bad_DBPBimpliesCause(String, String, String) - Static method in class vn.Matcher
Signals to discard a possible match if the Cyc rule specifies the predicates 'doneBy' or 'performedBy' for the subject and VerbNet does not have 'cause(Agent' appearing somewhere in the semantics for the verb-frame pair.

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.
classLevel - Static variable in class vn.EventManager
Stores the depth of the current class or subclass.
classMatchCount - Static variable in class vn.Cyc
The number of possible matches that the automatic matching algorithm has marked as 'good' in the current class or subclass.
clearClassTagCounter() - Static method in class vn.Inspector
Empties the class counts tag counter.
closeExternalData() - Static method in class vn.Cyc
Writes the end tag of the document element to the match output file and closes the stream.
compareMatches() - Static method in class vn.Cyc
Calculates all statistics and displays the final results section.
curClass - Static variable in class vn.Cyc
The current class or subclass that the Inspector is scanning.
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).
curVFFrameNum - Static variable in class vn.Sweeper
When the Inspector is running in verb-frame pair mode, this integer represents the frame number in the recursion chain.
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).
Cyc - Class in vn
This class implements the mapping of VerbNet verb-frame pairs to Cyc verbSemTrans rules.
Cyc() - Constructor for class vn.Cyc
This constructor is private because the class is not intended to ever be instantiated.
Cyc.InvalidCycInputFileException - Exception in vn
Exception class for identifying if the Cyc input file is invalid.
Cyc.InvalidCycInputFileException(String) - Constructor for exception vn.Cyc.InvalidCycInputFileException
Constructs the exception object with the given message.
Cyc.Match - Class in vn
This class represents a match between a VerbNet verb-frame pair and a Cyc rule.
Cyc.Match() - Constructor for class vn.Cyc.Match
Constructs a Cyc.Match object.
cycExtractParticle(String) - Static method in class vn.Cyc
Returns the particle in a particle construction (i.e. "off" in "shear off").
cycExtractPreposition(String) - Static method in class vn.Cyc
Returns the preposition specified by a Cyc rule.
cycExtractRuleNum(String) - Static method in class vn.Cyc
Returns the rule number applied to this Cyc rule in Cyc.addRuleNumbersAndCompress().
cycExtractTrans(String) - Static method in class vn.Cyc
Returns the transitivity of this Cyc rule represented by a small handful of characters.
cycExtractVerb(String) - Static method in class vn.Cyc
Returns the verb of a Cyc rule.
cycFile - Static variable in class vn.Cyc
The file containing all the verbSemTrans rules from Cyc.
cycFileCmp - Static variable in class vn.Cyc
The compressed version of the Cyc input file (Cyc.cycFile).
cycHasParticle(String) - Static method in class vn.Cyc
Returns whether or not a Cyc rule deals with a particle construction (i.e. "shear off").
cycHasPreposition(String) - Static method in class vn.Cyc
Returns whether or not a Cyc rule specifies a preposition (i.e. "bicker with").
cycPreposition(String, String) - Static method in class vn.Matcher
Signals to discard a possible match if the prepositions in both the VerbNet syntax and the Cyc rule do not correspond.
cycRuleNum - Variable in class vn.Cyc.Match
The number of the Cyc rule involved in this match.
cycRules - Static variable in class vn.Cyc
All Cyc rules.

D

DBPBimpliesAgent(String, String) - Static method in class vn.Matcher
Signals to discard a possible match if the Cyc rule specifies the predicates 'doneBy' or 'performedBy' for the subject and VerbNet does not have 'Agent' for the noun phrase immediately preceding the Verb.
dest - Static variable in class vn.PrepositionManager
Represents a specific VerbNet preposition class.
dest_conf - Static variable in class vn.PrepositionManager
Represents a specific VerbNet preposition class.
dest_dir - Static variable in class vn.PrepositionManager
Represents a specific VerbNet preposition class.
dir - Static variable in class vn.PrepositionManager
Represents a specific VerbNet preposition class.

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.Cyc
Used as shorthand for System.err.print.
eprint(String) - Static method in class vn.Inspector
Used as shorthand for System.err.print.
eprint(String) - Static method in class vn.Matcher
Used as shorthand for System.err.print.
eprintln(String) - Static method in class vn.Cyc
Used as shorthand for System.err.println.
eprintln(String) - Static method in class vn.Inspector
Used as shorthand for System.err.println.
eprintln(String) - Static method in class vn.Matcher
Used as shorthand for System.err.println.
equals(Cyc.Match) - Method in class vn.Cyc.Match
Returns whether or not two matches represent a match between the same verb-frame pair and Cyc rule.
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 invokes methods from the Cyc class as certain Inspector events are fired, essentially implementing the VxC application.
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.
findCycMatches(String, String, String, int, String) - Static method in class vn.Cyc
Searches the Cyc rules for a match to the verb-frame pair currently being scanned by the Inspector.
fireEvent(int, int, String, String, String, Element, Element) - Static method in class vn.EventManager
Captures events from the Inspector scanning system and passes relevant information from the XML files onto the Cyc class so that it can look for possible matches between the VerbNet and Cyc.
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.Cyc
A string representation of all of the flags supplied on the command line.
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.
flManualClassesOnly - Static variable in class vn.Cyc
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like the VxC system that classes not covered by the manual mapping should be ignored (this will save you time) Most of the final results are based off of the manual mapping.
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.
flShowClassMatchCounts - Static variable in class vn.Cyc
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like the VxC system that the number of good matches found in each class and each subclass should be printed.
flShowDiscards - Static variable in class vn.Cyc
A flag set in Inspector.analyzeArguments(String[]) and used to indicate that the user would like the VxC system to print a line of text to stderr for each possible match that was discarded.
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.
frame - Variable in class vn.Cyc.Match
A string representation of the VerbNet frame involved in the verb-frame pair.
fromLocationImpliesSource(String, String) - Static method in class vn.Matcher
Signals to discard a possible match if the Cyc rule specifies the predicate 'fromLocation' for the direct object and VerbNet does not have 'Source' for the noun phrase immediately following the Verb.

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.
infinitiveGerund(String, String) - Static method in class vn.Matcher
Signals to discard a possible match if the infinitive or gerund nature in both the VerbNet syntax and the Cyc rule do not correspond.
initialize() - Static method in class vn.Cyc
Initializes some class variables and prints the header.
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).
isCorrectMatch - Variable in class vn.Cyc.Match
Whether or not a manual mapping match or an automatic match has a an equal match in the opposite group.
isManualClass - Static variable in class vn.Cyc
Whether or not the current class is covered by the manual mapping file.
isManualClass - Variable in class vn.Cyc.Match
Whether or not the VerbNet class for this match is covered in the manual mapping file.

L

loadCycRules() - Static method in class vn.Cyc
Loads the Cyc rules stored in the compressed file into class-level data structures.
loadExternalData() - Static method in class vn.Cyc
Loads all the Cyc rules from the Cyc input file and the manual matches from the manual mapping file.
loadManualFile() - Static method in class vn.Cyc
Loads the manual matches stored in the manual mapping file into the list of manual matches Cyc.MM.
loc - Static variable in class vn.PrepositionManager
Represents a specific VerbNet preposition class.

M

main(String[]) - Static method in class vn.Inspector
The main method of the program.
manClasses - Static variable in class vn.Cyc
The list of classes and subclasses covered by the manual mapping.
manFile - Static variable in class vn.Cyc
The manual mapping file.
manualVersion - Static variable in class vn.Cyc
The VerbNet and Cyc versions to which the manual mapping file corresponds.
matchConstraints - Static variable in class vn.Cyc
A string representation of all of the constraints supplied on the command line.
Matcher - Class in vn
This class contains all the match constraints materalized into code.
Matcher() - Constructor for class vn.Matcher
This constructor is private because the class is not intended to ever be instantiated.
matchFile - Static variable in class vn.Cyc
The file to which matches found by the automatic matching algorithm should be written.
matchpw - Static variable in class vn.Cyc
The PrintWriter object tied to the match output file.
maybe - Variable in class vn.Cyc.Match
Whether or not this match object, if representing a manual mapping match, was listed as a maybe match (via the <tuple-m> element) inside the manual mapping file.
members - Static variable in class vn.Sweeper
Holds all the member information for a given class or subclass.
middleVoiceNoAgent(String, String) - Static method in class vn.Matcher
Signals to discard a possible match if the Cyc rule is of type MiddleVoiceFrame and VerbNet specifies 'Agent' for the noun phrase immediately preceding the verb.
MM - Static variable in class vn.Cyc
All matches specified in the manual mapping file.

N

naive(String, String) - Static method in class vn.Matcher
Signals to discard a possible match between a VN frame's syntax and a Cyc rule if the verbs (lemmas) are unequal.
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).
nullMatch() - Static method in class vn.Matcher
Always returns false.
numAMDiscardsInManClasses - Static variable in class vn.Cyc
The number of rules discarded by the automatic matching algorithm from classes covered by the manual mapping file.
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

path - Static variable in class vn.PrepositionManager
Represents a specific VerbNet preposition class.
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.
prepInClass(String, String) - Static method in class vn.PrepositionManager
Returns whether or not a preposition is contained within a certain VerbNet class.
PrepositionManager - Class in vn
This class acts as a simple organizer for all of the preposition classes in VerbNet, and the prepositions inside them.
PrepositionManager() - Constructor for class vn.PrepositionManager
This constructor is private because the class is not intended to ever be instantiated.
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.Cyc
Used as shorthand for System.out.print.
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.
printClassMatchCount(int) - Static method in class vn.Cyc
Prints the number of matches found by the automatic matching algorithm for this class or subclass.
printHeader() - Static method in class vn.Cyc
Prints the header for this execution of the VxC mapper.
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.Cyc
Used as shorthand for System.out.println.
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.
printPreps() - Static method in class vn.PrepositionManager
Prints out the prepositions and their classes, held internally, in a format identical to the original document at
   http://verbs.colorado.edu/verb-index/preps.txt
so that the output can be diff'ed with the original file when tracking changes to the prepositions.
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.
roundPct(double) - Static method in class vn.Cyc
Returns as an integer the first two significant figures of a floating point number between 0 and 1, inclusive.
run(String) - Static method in class vn.Inspector
Executes the Inspector application.

S

sem - Static variable in class vn.EventManager
The semantics of the given verb-frame pair.
setClass(String) - Static method in class vn.Cyc
Sets the current class or subclass that the Inspector is scanning.
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.
setUpMatchFile() - Static method in class vn.Cyc
Prepares the match output file to be written to.
sortXMLFiles() - Static method in class vn.Inspector
Sorts the already loaded XML files array Inspector.xmlFiles.
spatial - Static variable in class vn.PrepositionManager
Represents a specific VerbNet preposition class.
src - Static variable in class vn.PrepositionManager
Represents a specific VerbNet preposition class.
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.
syn - Static variable in class vn.EventManager
The syntax of the given verb-frame pair.

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.
toString() - Method in class vn.Cyc.Match
Returns a string representation of this Cyc.Match object.
transitivity(String, String) - Static method in class vn.Matcher
Signals to discard a possible match if the transitivity in both the VerbNet syntax and the Cyc rule do not correspond.
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.Cyc.Match
The verb of this match.
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 VerbNet-Cyc Mapper application, or VxC.  It is an extension of the Inspector application framework (found here).  Any reference to the Inspector as an application in this particular documentation is synonymous with VxC.
vnClass - Variable in class vn.Cyc.Match
The VerbNet class to which the verb-frame pair in this match belongs.
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 B C D E F G H I L M N O P R S T U V W X