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

A

AbstractHasLifecycle - Class in edu.mit.jverbnet.util
Abstract implementation of an object that has a lifecycle.
AbstractHasLifecycle() - Constructor for class edu.mit.jverbnet.util.AbstractHasLifecycle
 
add(int, ITaggedBlockTaskHandler) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler.ForwardingTaskList
 
advance() - Method in class edu.mit.jverbnet.util.FilteringIterator
Finds the next valid element from the backing iterator.
allElementsAre(Checks.ICheck<S>, String, List<E>, Checks.IReallocationStrategy) - Static method in class edu.mit.jverbnet.util.Checks
Runs the check object over all elements in the list.
allElementsAre(Checks.ICheck<S>, String, Set<E>, Checks.IReallocationStrategy) - Static method in class edu.mit.jverbnet.util.Checks
Runs the check object over all elements in the set.
allElementsAre(Checks.ICheck<S>, String, SortedSet<E>, Checks.IReallocationStrategy) - Static method in class edu.mit.jverbnet.util.Checks
Runs the check object over all elements in the set.
allKeysAndValuesAre(Checks.ICheck<S>, String, Map<K, V>, Checks.IReallocationStrategy) - Static method in class edu.mit.jverbnet.util.Checks
Runs the check object over all keys and values in the map.
allKeysAndValuesAre(Checks.ICheck<S>, String, SortedMap<K, V>, Checks.IReallocationStrategy) - Static method in class edu.mit.jverbnet.util.Checks
Runs the check object over all keys and values in the map.
allKeysAre(Checks.ICheck<S>, String, Map<K, V>, Checks.IReallocationStrategy) - Static method in class edu.mit.jverbnet.util.Checks
Runs the check object over all keys in the map.
allKeysAre(Checks.ICheck<S>, String, SortedMap<K, V>, Checks.IReallocationStrategy) - Static method in class edu.mit.jverbnet.util.Checks
Runs the check object over all keys in the map.
allowsNullElements() - Method in class edu.mit.jverbnet.util.parse.ListHandler
Returns the status of the allowNullElements flag: true if null elements are currently allowed; false otherwise.
allowsNulls() - Method in class edu.mit.jverbnet.util.Checks.Condition
 
allowsNulls() - Method in interface edu.mit.jverbnet.util.Checks.ICondition
Returns true if a null passes the condition; false otherwise.
allValuesAre(Checks.ICheck<S>, String, Map<K, V>, Checks.IReallocationStrategy) - Static method in class edu.mit.jverbnet.util.Checks
Runs the check object over all values in the map.
allValuesAre(Checks.ICheck<V>, String, SortedMap<K, V>, Checks.IReallocationStrategy) - Static method in class edu.mit.jverbnet.util.Checks
Runs the check object over all values in the map.
ArgHandler - Class in edu.mit.jverbnet.parse
Handles Verbnet XML blocks tagged with "ARG".
ArgHandler() - Constructor for class edu.mit.jverbnet.parse.ArgHandler
Creates a new ArgHandler with no parent or parser.
ArgHandler(IHasParserHandler) - Constructor for class edu.mit.jverbnet.parse.ArgHandler
Creates a new ArgHandler with the specified parent.
ArgHandler(XMLReader) - Constructor for class edu.mit.jverbnet.parse.ArgHandler
Creates a new ArgHandler with the specified parser.
ArgHandler(XMLReader, ContentHandler) - Constructor for class edu.mit.jverbnet.parse.ArgHandler
Creates a new ArgHandler with the specified parser and parent.
ArgType - Enum in edu.mit.jverbnet.data.semantics
Argument types.
ArgTypeConstant - Class in edu.mit.jverbnet.data.semantics
The subtypes of constant argument type.
ArgTypeConstant(String) - Constructor for class edu.mit.jverbnet.data.semantics.ArgTypeConstant
Constructor that creates a new frame type.
ArgTypeEvent - Enum in edu.mit.jverbnet.data.semantics
The subtypes of event argument type.
ArgTypeVerbSpecific - Class in edu.mit.jverbnet.data.semantics
The subtypes of verb specific argument type.
ArgTypeVerbSpecific(String) - Constructor for class edu.mit.jverbnet.data.semantics.ArgTypeVerbSpecific
Constructor that creates a new frame type.
AuxNounPhraseType - Enum in edu.mit.jverbnet.data.syntax
Selection restriction value types.
available() - Method in class edu.mit.jverbnet.util.ByteBufferInputStream
 

B

BOOLEAN_VALUE_NEGATIVE - Static variable in class edu.mit.jverbnet.parse.PredicateDescHandler
 
buffer - Variable in class edu.mit.jverbnet.util.ByteBufferInputStream
 
ByteBufferInputStream - Class in edu.mit.jverbnet.util
Adapts a ByteBuffer to an InputStream.
ByteBufferInputStream(ByteBuffer) - Constructor for class edu.mit.jverbnet.util.ByteBufferInputStream
Creates a new input stream that wraps the specified byte buffer.
ByteBufferInputStream(File) - Constructor for class edu.mit.jverbnet.util.ByteBufferInputStream
Creates a new input stream that wraps the a byte buffer attached to the specified file.

C

CDataHandler - Class in edu.mit.jverbnet.util.parse
A handler that transforms CDATA into a String.
CDataHandler(String) - Constructor for class edu.mit.jverbnet.util.parse.CDataHandler
Creates a new CDATA handler with the specified tag.
CDataHandler(XMLReader, String) - Constructor for class edu.mit.jverbnet.util.parse.CDataHandler
Creates a new CDATA handler with the specified parser, parent and tag.
CDataHandler(IHasParserHandler, String) - Constructor for class edu.mit.jverbnet.util.parse.CDataHandler
Creates a new CDATA handler with the specified parser, parent and tag.
CDataHandler(XMLReader, ContentHandler, String) - Constructor for class edu.mit.jverbnet.util.parse.CDataHandler
Creates a new CDATA handler with the specified parser, parent and tag.
characters(char[], int, int) - Method in class edu.mit.jverbnet.util.parse.CDataHandler
 
characters(char[], int, int) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
check(String, T) - Method in interface edu.mit.jverbnet.util.Checks.ICheck
Throws an exception if the specified object does not satisfy the condition.
checkBuffer() - Method in class edu.mit.jverbnet.util.ByteBufferInputStream
Throws an exception if the stream has been closed
checkOpen() - Method in class edu.mit.jverbnet.util.AbstractHasLifecycle
Throws an exception if the object is closed
checkParentSet(boolean) - Method in class edu.mit.jverbnet.data.VerbClass
Throws an exception if the isParentSet flag is not the expected value.
checkParserSet() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Throws an exception if the parser is not set.
checkQualifier(String) - Static method in class edu.mit.jverbnet.data.Version
Checks the specified qualifier for legality.
Checks - Class in edu.mit.jverbnet.util
Utilities for checking variables.
Checks() - Constructor for class edu.mit.jverbnet.util.Checks
 
Checks.Check<S> - Class in edu.mit.jverbnet.util
Abstract implementation of a check.
Checks.Check(boolean) - Constructor for class edu.mit.jverbnet.util.Checks.Check
Creates a new check object.
Checks.Condition<S> - Class in edu.mit.jverbnet.util
Abstract implementation of a condition.
Checks.Condition(boolean) - Constructor for class edu.mit.jverbnet.util.Checks.Condition
Creates a new condition object
Checks.ICheck<S> - Interface in edu.mit.jverbnet.util
A check object provides the ability to throw an exception when a specified object satisfies the condition.
Checks.ICondition<S> - Interface in edu.mit.jverbnet.util
A condition object defines a boolean condition over a set of objects.
Checks.IMask<S> - Interface in edu.mit.jverbnet.util
A mask object provides the ability to substitute different values for a specified object if it matches the condition.
Checks.IReallocationStrategy - Interface in edu.mit.jverbnet.util
A reallocation strategy defines if and how a collection should be reallocated.
Checks.Mask<S> - Class in edu.mit.jverbnet.util
Abstract implementation of a mask.
Checks.Mask(boolean) - Constructor for class edu.mit.jverbnet.util.Checks.Mask
Creates a new mask object.
checkValue(String) - Method in enum edu.mit.jverbnet.data.syntax.SyntaxArgType.VALUE_RULE
Checks that the string value meets the condition.
checkVersion(int, int, int, String) - Static method in class edu.mit.jverbnet.data.Version
Checks the supplied version numbers.
checkVersionNumber(int, int, int) - Static method in class edu.mit.jverbnet.data.Version
Checks the supplied version numbers.
clear() - Method in interface edu.mit.jverbnet.util.parse.ITaggedHandler
Clears the state of the handler.
clear() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
clear() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
 
clearLocal() - Method in class edu.mit.jverbnet.parse.ArgHandler
 
clearLocal() - Method in class edu.mit.jverbnet.parse.FrameHandler
 
clearLocal() - Method in class edu.mit.jverbnet.parse.MemberHandler
 
clearLocal() - Method in class edu.mit.jverbnet.parse.PredicateDescHandler
 
clearLocal() - Method in class edu.mit.jverbnet.parse.RestrictionHandler
 
clearLocal() - Method in class edu.mit.jverbnet.parse.SelRestrictionsHandler
 
clearLocal() - Method in class edu.mit.jverbnet.parse.SemanticDescHandler
 
clearLocal() - Method in class edu.mit.jverbnet.parse.SyntaxArgDescHandler
 
clearLocal() - Method in class edu.mit.jverbnet.parse.SyntaxDescHandler
 
clearLocal() - Method in class edu.mit.jverbnet.parse.ThematicRoleHandler
 
clearLocal() - Method in class edu.mit.jverbnet.parse.VerbClassHandler
 
clearLocal() - Method in class edu.mit.jverbnet.util.parse.CDataHandler
 
clearLocal() - Method in class edu.mit.jverbnet.util.parse.ListHandler
 
clearLocal() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Subclasses may override this method to add code to be invoked when MappedHandler.clear() is called.
close() - Method in class edu.mit.jverbnet.util.AbstractHasLifecycle
 
close() - Method in class edu.mit.jverbnet.util.ByteBufferInputStream
 
close() - Method in interface edu.mit.jverbnet.util.IHasLifecycle
This closes the object by disposing of data backing objects or connections.
compare(IVersion, IVersion) - Static method in class edu.mit.jverbnet.data.Version
Compares the versions for order.
compareTo(IVersion) - Method in class edu.mit.jverbnet.data.Version
 
compareTo(IWordnetKey) - Method in class edu.mit.jverbnet.data.WordnetKey
 
compressAndMakeUnmodifiable(Map<K, Set<V>>) - Method in class edu.mit.jverbnet.index.VerbIndex
Utility method for reallocating and making unmodifiable a map of sets.
create(IVerbClass) - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
create(IVerbClass) - Method in interface edu.mit.jverbnet.data.IFrame.IFrameBuilder
Creates a frame from the information contained in the builder.
create(IVerbClass) - Method in interface edu.mit.jverbnet.data.IMember.IMemberBuilder
Creates a member from the information contained in the builder.
create(IVerbClass) - Method in interface edu.mit.jverbnet.data.IThematicRole.IThematicRoleBuilder
Creates a thematic role from the information contained in the builder.
create(IVerbClass) - Method in class edu.mit.jverbnet.data.Member.MemberBuilder
 
create(ISyntaxDesc) - Method in interface edu.mit.jverbnet.data.syntax.ISyntaxArgDesc.ISyntaxArgDescBuilder
Creates a syntax arg descriptor from the information contained in the builder.
create(ISyntaxDesc) - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc.SyntaxArgDescBuilder
 
create(IVerbClass) - Method in class edu.mit.jverbnet.data.ThematicRole.ThematicRoleBuilder
 
createBackingHandler() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
Subclasses should implement this method to create the backing handler.

D

determineVersion() - Method in class edu.mit.jverbnet.index.VerbIndex
Determines the version of verbnet, as best is able.
doClose() - Method in class edu.mit.jverbnet.index.VerbIndex
 
doClose() - Method in class edu.mit.jverbnet.util.AbstractHasLifecycle
Subclasses should put tear-down, closing code in this method.
doGetElement() - Method in class edu.mit.jverbnet.parse.ArgHandler
 
doGetElement() - Method in class edu.mit.jverbnet.parse.FrameHandler
 
doGetElement() - Method in class edu.mit.jverbnet.parse.MemberHandler
 
doGetElement() - Method in class edu.mit.jverbnet.parse.PredicateDescHandler
 
doGetElement() - Method in class edu.mit.jverbnet.parse.RestrictionHandler
 
doGetElement() - Method in class edu.mit.jverbnet.parse.SelRestrictionsHandler
 
doGetElement() - Method in class edu.mit.jverbnet.parse.SemanticDescHandler
 
doGetElement() - Method in class edu.mit.jverbnet.parse.SyntaxArgDescHandler
 
doGetElement() - Method in class edu.mit.jverbnet.parse.SyntaxDescHandler
 
doGetElement() - Method in class edu.mit.jverbnet.parse.ThematicRoleHandler
 
doGetElement() - Method in class edu.mit.jverbnet.parse.VerbClassHandler
 
doGetElement() - Method in class edu.mit.jverbnet.util.parse.CDataHandler
 
doGetElement() - Method in class edu.mit.jverbnet.util.parse.ListHandler
 
doGetElement() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
If subclasses intend to use the MappedHandler.getElement() method, they should override this method to provide the code that constructs the object corresponding to the tagged block.
doIsOpen() - Method in class edu.mit.jverbnet.index.VerbIndex
 
doIsOpen() - Method in class edu.mit.jverbnet.util.AbstractHasLifecycle
Subclasses should put code that determines whether the object is open in here.
DoNotReallocate - Static variable in class edu.mit.jverbnet.util.Checks
A reallocation strategy that does nothing.
doOpen() - Method in class edu.mit.jverbnet.index.VerbIndex
 
doOpen() - Method in class edu.mit.jverbnet.util.AbstractHasLifecycle
Subclasses should put initialization code in this method.

E

edu.mit.jverbnet.data - package edu.mit.jverbnet.data
Provides the major data types of the library
edu.mit.jverbnet.data.selection - package edu.mit.jverbnet.data.selection
Provides a selectional restriction framework
edu.mit.jverbnet.data.semantics - package edu.mit.jverbnet.data.semantics
Provides semantic descriptors, such as for predicates and their arguments
edu.mit.jverbnet.data.syntax - package edu.mit.jverbnet.data.syntax
Provides syntactic descriptors for verb arguments
edu.mit.jverbnet.index - package edu.mit.jverbnet.index
Provides the basic verb index class for accessing Verbnet data
edu.mit.jverbnet.parse - package edu.mit.jverbnet.parse
Provides XML handlers specifically implemented for Verbnet data
edu.mit.jverbnet.util - package edu.mit.jverbnet.util
Provides utility classes
edu.mit.jverbnet.util.parse - package edu.mit.jverbnet.util.parse
Provides a general handler framework that eases writing SAX-based XML parsers
EMPTY_SYNTAX - Static variable in class edu.mit.jverbnet.data.syntax.SyntaxDesc
Default empty syntax object.
emptyRestrictions() - Static method in class edu.mit.jverbnet.data.selection.SelRestrictions
Returns the default empty selection restriction object.
endDocument() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
endElement(String, String, String) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
endElement(String, String, String) - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Handle an end element.
endPrefixMapping(String) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
endTaggedBlock(String, String, String) - Method in interface edu.mit.jverbnet.util.parse.ITaggedBlockTaskHandler
This method is used to run when exiting a tagged block.
endTaggedBlock(String, String, String) - Method in class edu.mit.jverbnet.util.parse.MappedHandler
 
endTaggedBlock(String, String, String) - Method in class edu.mit.jverbnet.util.parse.TaggedBlockTaskHandlerAdapter
 
equals(Object) - Method in class edu.mit.jverbnet.data.Version
 
equals(Object) - Method in class edu.mit.jverbnet.data.WordnetKey
 
error(SAXParseException) - Method in class edu.mit.jverbnet.util.parse.NullErrorHandler
 

F

fatalError(SAXParseException) - Method in class edu.mit.jverbnet.util.parse.NullErrorHandler
 
FIELD_NAME_XSD_TYPE_NAME - Static variable in interface edu.mit.jverbnet.data.IVerbnetType
Name of the field holding the name of the XSD type name.
FilteringIterator<E> - Class in edu.mit.jverbnet.util
An iterator that filters the output of another iterator.
FilteringIterator(Iterator<E>) - Constructor for class edu.mit.jverbnet.util.FilteringIterator
Creates a new filtering iterator that uses the specified iterator to supply its elements.
Frame - Class in edu.mit.jverbnet.data
Default implementation of the IFrame interface.
Frame(IVerbClass, String, FrameType, FrameType, String, List<String>, ISyntaxDesc, ISemanticDesc) - Constructor for class edu.mit.jverbnet.data.Frame
Creates a new frame with the specified parameters
Frame.FrameBuilder - Class in edu.mit.jverbnet.data
Default implementation of the frame builder interface.
Frame.FrameBuilder() - Constructor for class edu.mit.jverbnet.data.Frame.FrameBuilder
 
FrameHandler - Class in edu.mit.jverbnet.parse
Handles Verbnet XML blocks tagged with "FRAME".
FrameHandler() - Constructor for class edu.mit.jverbnet.parse.FrameHandler
Creates a new FrameHandler with no parent or parser.
FrameHandler(IHasParserHandler) - Constructor for class edu.mit.jverbnet.parse.FrameHandler
Creates a new FrameHandler with the specified parent.
FrameHandler(XMLReader) - Constructor for class edu.mit.jverbnet.parse.FrameHandler
Creates a new FrameHandler with the specified parser.
FrameHandler(XMLReader, ContentHandler) - Constructor for class edu.mit.jverbnet.parse.FrameHandler
Creates a new FrameHandler with the specified parser and parent.
FrameType - Class in edu.mit.jverbnet.data
Primary description types.
FrameType(String) - Constructor for class edu.mit.jverbnet.data.FrameType
Constructor that creates a new frame type.

G

genericVarName - Static variable in class edu.mit.jverbnet.util.Checks
The default variable name to use in the exceptions thrown by this class, if the specific variable name is null, empty, or all whitespace.
get(int) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler.ForwardingTaskList
 
getArgType() - Method in class edu.mit.jverbnet.data.semantics.ArgTypeConstant
 
getArgType() - Method in enum edu.mit.jverbnet.data.semantics.ArgTypeEvent
 
getArgType() - Method in class edu.mit.jverbnet.data.semantics.ArgTypeVerbSpecific
 
getArgType() - Method in interface edu.mit.jverbnet.data.semantics.ISemanticArgType
Returns the argument type of which this type is the subtype.
getArgType() - Method in class edu.mit.jverbnet.data.ThematicRoleType
 
getArgumentTypes() - Method in interface edu.mit.jverbnet.data.semantics.IPredicateDesc
Returns a list of semantic arguments, which will never be null, never contain null, and will always have at least one element.
getArgumentTypes() - Method in class edu.mit.jverbnet.data.semantics.PredicateDesc
 
getBackingHandler() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
Returns the backing handler, instantiating it if necessary.
getBackingList() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler.ForwardingTaskList
Returns the current task list for the lazy handler; either the temporary task list, or, if the backing handler has been instantiated, the task list of the backing handler.
getBool() - Method in interface edu.mit.jverbnet.data.semantics.IPredicateDesc
Returns the boolean value of this predicate.
getBool() - Method in class edu.mit.jverbnet.data.semantics.PredicateDesc
 
getBugfixVersion() - Method in interface edu.mit.jverbnet.data.IVersion
Returns the bugfix version number, i.e., the '2' in '1.7.2'.
getBugfixVersion() - Method in class edu.mit.jverbnet.data.Version
 
getById(String) - Static method in class edu.mit.jverbnet.data.FrameType
Returns the object corresponding to the specified xsd name.
getById(String) - Static method in class edu.mit.jverbnet.data.selection.PrepRestrType
Returns the object corresponding to the specified xsd name.
getById(String) - Static method in class edu.mit.jverbnet.data.selection.SemRestrType
Returns the object corresponding to the specified xsd name.
getById(String) - Static method in class edu.mit.jverbnet.data.selection.SynRestrType
Returns the object corresponding to the specified xsd name.
getById(String) - Static method in enum edu.mit.jverbnet.data.semantics.ArgType
Returns the object corresponding to the specified xsd name.
getById(String) - Static method in class edu.mit.jverbnet.data.semantics.ArgTypeConstant
Returns the object corresponding to the specified xsd name.
getById(String) - Static method in enum edu.mit.jverbnet.data.semantics.ArgTypeEvent
Returns the object corresponding to the specified xsd name.
getById(String) - Static method in class edu.mit.jverbnet.data.semantics.ArgTypeVerbSpecific
Returns the object corresponding to the specified xsd name.
getById(String) - Static method in class edu.mit.jverbnet.data.semantics.PredicateType
Returns the object corresponding to the specified xsd name.
getById(String) - Static method in enum edu.mit.jverbnet.data.syntax.AuxNounPhraseType
Returns the object corresponding to the specified xsd name.
getById(String) - Static method in enum edu.mit.jverbnet.data.syntax.SyntaxArgType
Returns the object corresponding to the specified xsd name.
getById(String) - Static method in class edu.mit.jverbnet.data.ThematicRoleType
Returns the object corresponding to the specified xsd name.
getById(Class<T>, String) - Static method in class edu.mit.jverbnet.data.VerbnetTypes
Invokes the static getById method on a given verbnet type.
getDescriptionNumber() - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
getDescriptionNumber() - Method in class edu.mit.jverbnet.data.Frame
 
getDescriptionNumber() - Method in interface edu.mit.jverbnet.data.IFrame
Returns the description number of the frame.
getDocumentLocator() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Returns the document locator for this handler; may be null
getElement() - Method in interface edu.mit.jverbnet.util.parse.ITaggedHandler
Returns the object representing the data in the parsed tagged block.
getElement() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
getElement() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
 
getExamples() - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
getExamples() - Method in class edu.mit.jverbnet.data.Frame
 
getExamples() - Method in interface edu.mit.jverbnet.data.IFrame
Returns a list of examples for this frame.
getFrames() - Method in interface edu.mit.jverbnet.data.IVerbClass
Returns the frames this verb class.
getFrames() - Method in class edu.mit.jverbnet.data.VerbClass
 
getGroupings() - Method in interface edu.mit.jverbnet.data.IMember
Returns a non-null, but possibly empty, list of Propbank ids.
getGroupings() - Method in class edu.mit.jverbnet.data.Member
 
getGroupings() - Method in class edu.mit.jverbnet.data.Member.MemberBuilder
 
getHandlerMappings() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Returns the set of tag to handler mappings for this mapped handler.
getID() - Method in class edu.mit.jverbnet.data.FrameType
 
getID() - Method in interface edu.mit.jverbnet.data.IVerbClass
Returns the id of the verbnet class.
getID() - Method in class edu.mit.jverbnet.data.selection.PrepRestrType
 
getID() - Method in class edu.mit.jverbnet.data.selection.SemRestrType
 
getID() - Method in class edu.mit.jverbnet.data.selection.SynRestrType
 
getID() - Method in enum edu.mit.jverbnet.data.semantics.ArgType
 
getID() - Method in class edu.mit.jverbnet.data.semantics.ArgTypeConstant
 
getID() - Method in enum edu.mit.jverbnet.data.semantics.ArgTypeEvent
 
getID() - Method in class edu.mit.jverbnet.data.semantics.ArgTypeVerbSpecific
 
getID() - Method in class edu.mit.jverbnet.data.semantics.PredicateType
 
getID() - Method in enum edu.mit.jverbnet.data.syntax.AuxNounPhraseType
 
getID() - Method in enum edu.mit.jverbnet.data.syntax.SyntaxArgType
 
getID() - Method in class edu.mit.jverbnet.data.ThematicRoleType
 
getID() - Method in class edu.mit.jverbnet.data.VerbClass
 
getID() - Method in interface edu.mit.jverbnet.util.IHasID
Returns the id of the type, as defined in the xsd file.
getInstance() - Static method in class edu.mit.jverbnet.util.parse.NullErrorHandler
Returns the singleton instance of this object, creating it if necessary.
getInstance() - Static method in class edu.mit.jverbnet.util.parse.TaggedBlockTaskHandlerAdapter
Returns the singleton instance of this object, creating it if necessary.
getInternalList() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler.ForwardingTaskList
Returns the internal list for this task list.
getLemma() - Method in interface edu.mit.jverbnet.data.IWordnetKey
The lemma (root form) of the word indicated by wordnet type.
getLemma() - Method in class edu.mit.jverbnet.data.WordnetKey
 
getLexicalFileNumber() - Method in interface edu.mit.jverbnet.data.IWordnetKey
Returns the lexical file number associated with this wordnet type.
getLexicalFileNumber() - Method in class edu.mit.jverbnet.data.WordnetKey
 
getLexicalID() - Method in interface edu.mit.jverbnet.data.IWordnetKey
Returns the lexical id for this sense key, which is a non-negative integer.
getLexicalID() - Method in class edu.mit.jverbnet.data.WordnetKey
 
getLogic() - Method in interface edu.mit.jverbnet.data.selection.ISelRestrictions
Returns either null or the logic used to combine subelements of this instance.
getLogic() - Method in class edu.mit.jverbnet.data.selection.SelRestrictions
 
getMajorVersion() - Method in interface edu.mit.jverbnet.data.IVersion
Returns the major version number, i.e., the '1' in '1.7.2'.
getMajorVersion() - Method in class edu.mit.jverbnet.data.Version
 
getMembers() - Method in interface edu.mit.jverbnet.data.IVerbClass
Returns the members of this verb class.
getMembers() - Method in class edu.mit.jverbnet.data.VerbClass
 
getMembers(IWordnetKey) - Method in interface edu.mit.jverbnet.index.IVerbIndex
Returns all members in the index with the specified wordnet key.
getMembers(String) - Method in interface edu.mit.jverbnet.index.IVerbIndex
Returns all members in the index with the specified grouping.
getMembers(IWordnetKey) - Method in class edu.mit.jverbnet.index.VerbIndex
 
getMembers(String) - Method in class edu.mit.jverbnet.index.VerbIndex
 
getMinorVersion() - Method in interface edu.mit.jverbnet.data.IVersion
Returns the minor version number, i.e., the '7' in '1.7.2'.
getMinorVersion() - Method in class edu.mit.jverbnet.data.Version
 
getName() - Method in interface edu.mit.jverbnet.data.IMember
Returns the name of this member.
getName() - Method in class edu.mit.jverbnet.data.Member
 
getName() - Method in class edu.mit.jverbnet.data.Member.MemberBuilder
 
getName() - Method in enum edu.mit.jverbnet.data.syntax.SyntaxArgType
Returns a human-readable name for this argument type, suitable for display in a UI.
getNounPhraseType() - Method in interface edu.mit.jverbnet.data.syntax.ISyntaxArgDesc
If the ISyntaxArgDesc.getType() method returns SyntaxArgType.NP, this method will return a noun phrase type.
getNounPhraseType() - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc
 
getNounPhraseType() - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc.SyntaxArgDescBuilder
 
getNounPhraseTypeById(String) - Static method in class edu.mit.jverbnet.data.VerbnetTypes
Returns the noun phrase type for the specified id.
getParent() - Method in interface edu.mit.jverbnet.data.IVerbClass
Returns the parent class of this verb class, or null if this class is a root class.
getParent() - Method in interface edu.mit.jverbnet.data.syntax.ISyntaxArgDesc
Returns the parent of this argument
getParent() - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc
 
getParent() - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc.SyntaxArgDescBuilder
 
getParent() - Method in class edu.mit.jverbnet.data.VerbClass
 
getParent() - Method in interface edu.mit.jverbnet.util.parse.ITaggedHandler
Returns the parent of this child handler.
getParent() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
getParent() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Returns the parent of this child handler.
getParser() - Method in interface edu.mit.jverbnet.util.parse.IHasParserHandler
Returns the parser for this handler.
getParser() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
getParser() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
 
getPostVerbDescriptors() - Method in interface edu.mit.jverbnet.data.syntax.ISyntaxDesc
A list of syntax argument descriptors after the verb.
getPostVerbDescriptors() - Method in class edu.mit.jverbnet.data.syntax.SyntaxDesc
 
getPredicates() - Method in interface edu.mit.jverbnet.data.semantics.ISemanticDesc
Returns the list of predicates for this semantic description.
getPredicates() - Method in class edu.mit.jverbnet.data.semantics.SemanticDesc
 
getPreVerbDescriptors() - Method in interface edu.mit.jverbnet.data.syntax.ISyntaxDesc
A list of syntax argument descriptors before the verb.
getPreVerbDescriptors() - Method in class edu.mit.jverbnet.data.syntax.SyntaxDesc
 
getPrimaryType() - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
getPrimaryType() - Method in class edu.mit.jverbnet.data.Frame
 
getPrimaryType() - Method in interface edu.mit.jverbnet.data.IFrame
Returns the primary type for this frame.
getQualifier() - Method in interface edu.mit.jverbnet.data.IVersion
Returns the version qualifier, i.e., the 'abc' in '1.7.2.abc'.
getQualifier() - Method in class edu.mit.jverbnet.data.Version
 
getRootVerb(String) - Method in interface edu.mit.jverbnet.index.IVerbIndex
Returns the root verb class with the specified id, or null if no such verb class can be found in the index.
getRootVerb(String) - Method in class edu.mit.jverbnet.index.VerbIndex
 
getSecondaryType() - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
getSecondaryType() - Method in class edu.mit.jverbnet.data.Frame
 
getSecondaryType() - Method in interface edu.mit.jverbnet.data.IFrame
Returns the secondary type for this frame.
getSelectionRestriction(String) - Static method in class edu.mit.jverbnet.data.VerbnetTypes
Returns the selection restriction for a particular string value.
getSelRestrictions() - Method in interface edu.mit.jverbnet.data.IThematicRole
Returns the selectional restrictions of this thematic role.
getSelRestrictions() - Method in interface edu.mit.jverbnet.data.syntax.ISyntaxArgDesc
Returns the selectional restrictions for this argument.
getSelRestrictions() - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc
 
getSelRestrictions() - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc.SyntaxArgDescBuilder
 
getSelRestrictions() - Method in class edu.mit.jverbnet.data.ThematicRole
 
getSelRestrictions() - Method in class edu.mit.jverbnet.data.ThematicRole.ThematicRoleBuilder
 
getSemantics() - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
getSemantics() - Method in class edu.mit.jverbnet.data.Frame
 
getSemantics() - Method in interface edu.mit.jverbnet.data.IFrame
Returns the semantic descriptor for this frame.
getSetForKey(Map<K, Set<V>>, K) - Method in class edu.mit.jverbnet.index.VerbIndex
Utility method for filling in a map of keys to sets.
getSubclasses() - Method in interface edu.mit.jverbnet.data.IVerbClass
Returns the subclasses of this verb class.
getSubclasses() - Method in class edu.mit.jverbnet.data.VerbClass
 
getSubclassType() - Method in enum edu.mit.jverbnet.data.semantics.ArgType
Returns the associated subclass type for this argument type.
getSubSelRestrictions() - Method in interface edu.mit.jverbnet.data.selection.ISelRestrictions
Returns a list of sub restrictions for this instance.
getSubSelRestrictions() - Method in class edu.mit.jverbnet.data.selection.SelRestrictions
 
getSynsetType() - Method in interface edu.mit.jverbnet.data.IWordnetKey
Returns the synset number for the type, which will usually be 2 for all verbnet types.
getSynsetType() - Method in class edu.mit.jverbnet.data.WordnetKey
 
getSyntax() - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
getSyntax() - Method in class edu.mit.jverbnet.data.Frame
 
getSyntax() - Method in interface edu.mit.jverbnet.data.IFrame
Returns the syntactic descriptor for this frame.
getTag() - Method in interface edu.mit.jverbnet.util.parse.ITaggedHandler
Returns the tag that is handled by this handler.
getTag() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
getTag() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
 
getTaggedBlockTasks() - Method in interface edu.mit.jverbnet.util.parse.ITaggedHandler
Returns the list of task handlers that are run when the tagged block is entered and exited.
getTaggedBlockTasks() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
getTaggedBlockTasks() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
 
getThematicRoles() - Method in interface edu.mit.jverbnet.data.IVerbClass
Returns the thematic roles of this verb class.
getThematicRoles() - Method in class edu.mit.jverbnet.data.VerbClass
 
getType() - Method in interface edu.mit.jverbnet.data.IThematicRole
Returns the type of this thematic role, never null.
getType() - Method in interface edu.mit.jverbnet.data.syntax.ISyntaxArgDesc
Returns the type of the syntactic argument.
getType() - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc
 
getType() - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc.SyntaxArgDescBuilder
 
getType() - Method in class edu.mit.jverbnet.data.ThematicRole
 
getType() - Method in class edu.mit.jverbnet.data.ThematicRole.ThematicRoleBuilder
 
getTypeByIdNoWarnings(Class<T>, String) - Static method in class edu.mit.jverbnet.data.VerbnetTypes
Invokes the static getById method on a given verbnet type.
getTypeRestrictions() - Method in interface edu.mit.jverbnet.data.selection.ISelRestrictions
Returns a map of type restrictions for this instance.
getTypeRestrictions() - Method in class edu.mit.jverbnet.data.selection.SelRestrictions
 
getValue() - Method in interface edu.mit.jverbnet.data.semantics.IPredicateDesc
The type of the predicate.
getValue() - Method in class edu.mit.jverbnet.data.semantics.PredicateDesc
 
getValue() - Method in interface edu.mit.jverbnet.data.syntax.ISyntaxArgDesc
Returns the value of the syntactic argument.
getValue() - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc
 
getValue() - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc.SyntaxArgDescBuilder
 
getValueRule() - Method in enum edu.mit.jverbnet.data.syntax.SyntaxArgType
Returns the value rule for this argument type.
getVerb(String) - Method in interface edu.mit.jverbnet.index.IVerbIndex
Returns the verb class with the specified id, or null if no such verb class can be found in the index.
getVerb(String) - Method in class edu.mit.jverbnet.index.VerbIndex
 
getVerbClass() - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
getVerbClass() - Method in class edu.mit.jverbnet.data.Frame
 
getVerbClass() - Method in interface edu.mit.jverbnet.data.IFrame
Returns the verb class to which this frame belongs
getVerbClass() - Method in interface edu.mit.jverbnet.data.IMember
Returns the verb class to which this member belongs
getVerbClass() - Method in interface edu.mit.jverbnet.data.IThematicRole
Returns the verb class to which this thematic role belongs
getVerbClass() - Method in class edu.mit.jverbnet.data.Member
 
getVerbClass() - Method in class edu.mit.jverbnet.data.Member.MemberBuilder
 
getVerbClass() - Method in class edu.mit.jverbnet.data.ThematicRole
 
getVerbClass() - Method in class edu.mit.jverbnet.data.ThematicRole.ThematicRoleBuilder
 
getVersion(int, int, int) - Static method in class edu.mit.jverbnet.data.Version
Creates and caches, or retrieves from the cache, a version object corresponding to the specified numbers.
getVersion(int, int, int, String) - Static method in class edu.mit.jverbnet.data.Version
Creates and caches, or retrieves from the cache, a version object corresponding to the specified numbers.
getVersion() - Method in interface edu.mit.jverbnet.index.IVerbIndex
The version of the index.
getVersion() - Method in class edu.mit.jverbnet.index.VerbIndex
 
getWordnetTypes() - Method in interface edu.mit.jverbnet.data.IMember
Returns a non-null, but possibly empty, map of Wordnet types.
getWordnetTypes() - Method in class edu.mit.jverbnet.data.Member
 
getWordnetTypes() - Method in class edu.mit.jverbnet.data.Member.MemberBuilder
 
getXSDSimpleTypeName(Class<? extends IVerbnetType>) - Static method in class edu.mit.jverbnet.data.VerbnetTypes
Retrieves the value of the static field containing the XSD type name for a verbnet type.
getXTag() - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
getXTag() - Method in class edu.mit.jverbnet.data.Frame
 
getXTag() - Method in interface edu.mit.jverbnet.data.IFrame
Returns the xtag for this frame.

H

handleUnmappedEndElement(String, String, String) - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Subclasses may override this method to handle end tags.
handleUnmappedStartElement(String, String, String, Attributes) - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Subclasses may override this method to handle unmapped start tags.
hashCode() - Method in class edu.mit.jverbnet.data.Version
 
hashCode(int, int, int, String) - Static method in class edu.mit.jverbnet.data.Version
Calculates the hash code for a version object with the specified version numbers.
hashCode() - Method in class edu.mit.jverbnet.data.WordnetKey
 
hashCode(IWordnetKey) - Static method in class edu.mit.jverbnet.data.WordnetKey
Calculates a hash code for a wordnet type object.
hasNext() - Method in class edu.mit.jverbnet.util.FilteringIterator
 

I

IFrame - Interface in edu.mit.jverbnet.data
A frame from a verb class.
IFrame.IFrameBuilder - Interface in edu.mit.jverbnet.data
Allows an immutable frame to be constructed piece by piece
ignorableWhitespace(char[], int, int) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
IHasID - Interface in edu.mit.jverbnet.util
An object with an ID.
IHasLifecycle - Interface in edu.mit.jverbnet.util
An object with a lifecycle.
IHasLifecycle.ObjectClosedException - Exception in edu.mit.jverbnet.util
Indicates that the object was not open when some method was called requiring it to be open.
IHasLifecycle.ObjectClosedException() - Constructor for exception edu.mit.jverbnet.util.IHasLifecycle.ObjectClosedException
Constructs a new exception with null as its detail message.
IHasLifecycle.ObjectClosedException(String) - Constructor for exception edu.mit.jverbnet.util.IHasLifecycle.ObjectClosedException
Constructs a new exception with the specified detail message.
IHasLifecycle.ObjectClosedException(String, Throwable) - Constructor for exception edu.mit.jverbnet.util.IHasLifecycle.ObjectClosedException
Constructs a new exception with the specified detail message and cause.
IHasLifecycle.ObjectClosedException(Throwable) - Constructor for exception edu.mit.jverbnet.util.IHasLifecycle.ObjectClosedException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
IHasParserHandler - Interface in edu.mit.jverbnet.util.parse
A content handler that has a parser assigned to it.
IMember - Interface in edu.mit.jverbnet.data
A member of a verb class.
IMember.IMemberBuilder - Interface in edu.mit.jverbnet.data
A class that returns modifiable lists, that allows an immutable member object to built up and then created.
include(E) - Method in class edu.mit.jverbnet.util.FilteringIterator
Returns true if the specified element should be returned by the filtering iterator; false if the element should be filtered.
initHandlerMap(Map<String, ContentHandler>) - Method in class edu.mit.jverbnet.parse.FrameHandler
 
initHandlerMap(Map<String, ContentHandler>) - Method in class edu.mit.jverbnet.parse.PredicateDescHandler
 
initHandlerMap(Map<String, ContentHandler>) - Method in class edu.mit.jverbnet.parse.SelRestrictionsHandler
 
initHandlerMap(Map<String, ContentHandler>) - Method in class edu.mit.jverbnet.parse.SemanticDescHandler
 
initHandlerMap(Map<String, ContentHandler>) - Method in class edu.mit.jverbnet.parse.SyntaxArgDescHandler
 
initHandlerMap(Map<String, ContentHandler>) - Method in class edu.mit.jverbnet.parse.SyntaxDescHandler
 
initHandlerMap(Map<String, ContentHandler>) - Method in class edu.mit.jverbnet.parse.ThematicRoleHandler
 
initHandlerMap(Map<String, ContentHandler>) - Method in class edu.mit.jverbnet.parse.VerbClassHandler
 
initHandlerMap(Map<String, ContentHandler>) - Method in class edu.mit.jverbnet.util.parse.ListHandler
 
initHandlerMap(Map<String, ContentHandler>) - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Adds handlers to the element map.
initVerbByIdMap() - Method in class edu.mit.jverbnet.index.VerbIndex
Initialization code for reading the verbnet XML.
INounPhraseType - Interface in edu.mit.jverbnet.data.syntax
Marker interface for noun phrase types.
internalList - Variable in class edu.mit.jverbnet.util.parse.LazyForwardingHandler.ForwardingTaskList
 
IPredicateDesc - Interface in edu.mit.jverbnet.data.semantics
A predicate description.
IRestrType - Interface in edu.mit.jverbnet.data.selection
This is a marker interface implemented by the types that are commonly found as keys in selection restriction maps.
is(T) - Method in interface edu.mit.jverbnet.util.Checks.ICondition
Returns true if the value satisfies the condition; false otherwise.
IsBlank - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with strings.
ISelRestrictions<T extends IVerbnetType> - Interface in edu.mit.jverbnet.data.selection
Represents a set of selection restrictions.
ISelRestrictions.Logic - Enum in edu.mit.jverbnet.data.selection
The two different kinds of combination logic that may be used in a restriction object.
ISemanticArgType - Interface in edu.mit.jverbnet.data.semantics
A verbnet type that represents subtypes of a particular ArgType value.
ISemanticDesc - Interface in edu.mit.jverbnet.data.semantics
A semantic description for an IFrame.
isEmpty() - Method in interface edu.mit.jverbnet.data.selection.ISelRestrictions
Returns true if this restriction instance is equivalent to the empty restriction instance; namely, it has no restrictions.
isEmpty() - Method in class edu.mit.jverbnet.data.selection.SelRestrictions
 
IsEmpty - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with strings.
IsEmptyCol - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check object that deals with collections.
IsEmptyOrBlank - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with strings.
isIllegalQualifier(String) - Static method in class edu.mit.jverbnet.data.Version
Returns falseif the specified qualifier is legal, namely, if the string is either the empty string, or contains only characters that are found in valid java identifiers.
isIllegalVersion(int, int, int, String) - Static method in class edu.mit.jverbnet.data.Version
Returns true if the arguments identify a legal version; false otherwise.
isIllegalVersionNumber(int, int, int) - Static method in class edu.mit.jverbnet.data.Version
Returns true if any of three numbers are negative
isInsideTaggedBlock() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Returns true if the handler currently thinks it is inside of its assigned tagged block.
IsNull - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with objects.
isNull() - Static method in class edu.mit.jverbnet.util.Checks
Returns an IsNull mask object cast to the appropriate type.
IsNullEmptyOrBlank - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with strings.
IsNullOrBlank - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with strings.
IsNullOrEmpty - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with strings.
IsNullOrEmptyCol - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check object that deals with collections.
isOpen() - Method in class edu.mit.jverbnet.util.AbstractHasLifecycle
 
isOpen() - Method in interface edu.mit.jverbnet.util.IHasLifecycle
Returns true if the object is open, that is, ready to be used; returns false otherwise
isPrintingIdWarnings() - Static method in class edu.mit.jverbnet.data.VerbnetTypes
Returns the value of the isPringingIdWarnings flag.
isRoot() - Method in interface edu.mit.jverbnet.data.IVerbClass
Returns true if this verb class has no parent; false otherwise.
isRoot() - Method in class edu.mit.jverbnet.data.VerbClass
 
ISyntaxArgDesc - Interface in edu.mit.jverbnet.data.syntax
Description of a syntactic argument.
ISyntaxArgDesc.ISyntaxArgDescBuilder - Interface in edu.mit.jverbnet.data.syntax
Allows an immutable syntax argument to constructed piece by piece, and then instantiated with an argument to its parent.
ISyntaxDesc - Interface in edu.mit.jverbnet.data.syntax
A description of the syntax a of a verb.
ITaggedBlockTaskHandler - Interface in edu.mit.jverbnet.util.parse
A task to be run when entering and exiting a tagged block.
ITaggedHandler<T> - Interface in edu.mit.jverbnet.util.parse
A handler that is designed to process a block of XML designated with a particular tag.
iterator() - Method in interface edu.mit.jverbnet.index.IVerbIndex
Returns an iterator over all verb classes in the index, in the order they are encountered in the data files.
iterator() - Method in class edu.mit.jverbnet.index.VerbIndex
 
iteratorGroups() - Method in interface edu.mit.jverbnet.index.IVerbIndex
Returns an iterator over all groupings in the index, in their natural order.
iteratorGroups() - Method in class edu.mit.jverbnet.index.VerbIndex
 
iteratorRoots() - Method in interface edu.mit.jverbnet.index.IVerbIndex
Returns an iterator over all root verb classes in the index, in the order they are encountered in the data files.
iteratorRoots() - Method in class edu.mit.jverbnet.index.VerbIndex
 
iteratorWordnetKeys() - Method in interface edu.mit.jverbnet.index.IVerbIndex
Returns an iterator over all wordnet keys in the index, in their natural order.
iteratorWordnetKeys() - Method in class edu.mit.jverbnet.index.VerbIndex
 
IThematicRole - Interface in edu.mit.jverbnet.data
A thematic role for a verb class.
IThematicRole.IThematicRoleBuilder - Interface in edu.mit.jverbnet.data
An object allows an immutable member object to built up and then created.
IVerbClass - Interface in edu.mit.jverbnet.data
The main object in a verb index
IVerbIndex - Interface in edu.mit.jverbnet.index
A verb index, usually Verbnet.
IVerbnetType - Interface in edu.mit.jverbnet.data
A verbnet type is (generally) a type that is found in the verbnet XSD file.
IVersion - Interface in edu.mit.jverbnet.data
A Verbnet version.
IWordnetKey - Interface in edu.mit.jverbnet.data
The wordnet type is identical to the wordnet sense key, which is a unique string that identifies a Wordnet word.

L

LazyForwardingHandler<T> - Class in edu.mit.jverbnet.util.parse
A handler that does not instantiate its backing handler until the backing handler is actually needed.
LazyForwardingHandler(String) - Constructor for class edu.mit.jverbnet.util.parse.LazyForwardingHandler
Creates a new lazy forwarding handler that uses the specified tag.
LazyForwardingHandler(XMLReader, String) - Constructor for class edu.mit.jverbnet.util.parse.LazyForwardingHandler
Creates a new lazy forwarding handler with the specified parser and tag.
LazyForwardingHandler(IHasParserHandler, String) - Constructor for class edu.mit.jverbnet.util.parse.LazyForwardingHandler
Creates a new lazy forwarding handler with the specified parent and tag.
LazyForwardingHandler(XMLReader, ContentHandler, String) - Constructor for class edu.mit.jverbnet.util.parse.LazyForwardingHandler
Creates a new lazy forwarding handler with the specified parser, parent and tag.
LazyForwardingHandler.ForwardingTaskList - Class in edu.mit.jverbnet.util.parse
This task list keeps track of tasks before the backing handler is instantiated.
LazyForwardingHandler.ForwardingTaskList() - Constructor for class edu.mit.jverbnet.util.parse.LazyForwardingHandler.ForwardingTaskList
 
ListHandler<T> - Class in edu.mit.jverbnet.util.parse
A mapped handler that specifically handles lists of elements.
ListHandler(String, ITaggedHandler<? extends T>) - Constructor for class edu.mit.jverbnet.util.parse.ListHandler
Creates a new CDATA handler with the specified tag.
ListHandler(XMLReader, String, ITaggedHandler<? extends T>) - Constructor for class edu.mit.jverbnet.util.parse.ListHandler
Creates a new CDATA handler with the specified parser and tag.
ListHandler(IHasParserHandler, String, ITaggedHandler<? extends T>) - Constructor for class edu.mit.jverbnet.util.parse.ListHandler
Creates a new CDATA handler with the specified parent and tag.
ListHandler(XMLReader, ContentHandler, String, ITaggedHandler<? extends T>) - Constructor for class edu.mit.jverbnet.util.parse.ListHandler
Creates a new CDATA handler with the specified parser, parent and tag.

M

makeVersionString(int, int, int, String) - Static method in class edu.mit.jverbnet.data.Version
Creates a version string for the specified version numbers.
MappedHandler<T> - Class in edu.mit.jverbnet.util.parse
A handler which processes tags internal to its tagged block by assigning handlers to qNames.
MappedHandler(String) - Constructor for class edu.mit.jverbnet.util.parse.MappedHandler
Creates a new mapped handler which is assigned to the specified tag.
MappedHandler(XMLReader, String) - Constructor for class edu.mit.jverbnet.util.parse.MappedHandler
Creates a new mapped handler which uses the specified parser and is assigned to the specified tag.
MappedHandler(IHasParserHandler, String) - Constructor for class edu.mit.jverbnet.util.parse.MappedHandler
Convenience constructor.
MappedHandler(XMLReader, ContentHandler, String) - Constructor for class edu.mit.jverbnet.util.parse.MappedHandler
Full control constructor.
mark - Variable in class edu.mit.jverbnet.util.ByteBufferInputStream
 
mark(int) - Method in class edu.mit.jverbnet.util.ByteBufferInputStream
 
markSupported() - Method in class edu.mit.jverbnet.util.ByteBufferInputStream
 
mask(T, T) - Method in interface edu.mit.jverbnet.util.Checks.IMask
Returns the mask value if the specified value satisfies the condition; otherwise, the original value.
mask(T, T) - Method in class edu.mit.jverbnet.util.Checks.Mask
 
maxSizeAndNotNull(int) - Static method in class edu.mit.jverbnet.util.Checks
Returns a mask object whose condition is that the collection be non- null and have a size less than or equal to the specified size.
Member - Class in edu.mit.jverbnet.data
Concrete, default implementation of the IMember interface.
Member(IVerbClass, String, Map<IWordnetKey, Boolean>, List<String>) - Constructor for class edu.mit.jverbnet.data.Member
Creates a new member with the specified name, keys, and groupings.
Member.MemberBuilder - Class in edu.mit.jverbnet.data
Default implementation of the IMemberBuilder interface.
Member.MemberBuilder() - Constructor for class edu.mit.jverbnet.data.Member.MemberBuilder
 
MemberHandler - Class in edu.mit.jverbnet.parse
Handles Verbnet XML blocks tagged with "MEMBER".
MemberHandler() - Constructor for class edu.mit.jverbnet.parse.MemberHandler
Creates a new MemberHandler with no parent or parser.
MemberHandler(IHasParserHandler) - Constructor for class edu.mit.jverbnet.parse.MemberHandler
Creates a new MemberHandler with the specified parent.
MemberHandler(XMLReader) - Constructor for class edu.mit.jverbnet.parse.MemberHandler
Creates a new MemberHandler with the specified parser.
MemberHandler(XMLReader, ContentHandler) - Constructor for class edu.mit.jverbnet.parse.MemberHandler
Creates a new MemberHandler with the specified parser and parent.
messageIgnoringElementBlockExternal - Static variable in class edu.mit.jverbnet.util.parse.MappedHandler
 
messageMatcherIgnoreExternal - Static variable in class edu.mit.jverbnet.util.parse.MappedHandler
 
messageMatcherIgnoreInternal - Static variable in class edu.mit.jverbnet.util.parse.MappedHandler
 
messageParserNotSet - Static variable in class edu.mit.jverbnet.util.parse.MappedHandler
 
messageUnmappedElementBlockInternal - Static variable in class edu.mit.jverbnet.util.parse.MappedHandler
 
METHOD_NAME_getById - Static variable in interface edu.mit.jverbnet.data.IVerbnetType
Name of the method that returns an object of this type given a particular id.
minSizeAndNotNull(int) - Static method in class edu.mit.jverbnet.util.Checks
Returns a mask object whose condition is that the collection be non- null and have a size equal to or greater than the specified size.
minus - Static variable in class edu.mit.jverbnet.data.VerbnetTypes
 
ModifiableLeaveNulls - Static variable in class edu.mit.jverbnet.util.Checks
Reallocates collections as modifiable collections.
ModifiableMaskNullWithEmpty - Static variable in class edu.mit.jverbnet.util.Checks
Reallocates collections as modifiable collections.

N

next() - Method in class edu.mit.jverbnet.util.FilteringIterator
 
normalizeVarName(String) - Static method in class edu.mit.jverbnet.util.Checks
Normalizes a variable name to either a trimmed version of itself, or returns the generic variable name.
NotBlank - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with strings.
NotEmpty - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with strings.
NotEmptyCol - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check object that deals with collections.
NotEmptyOrBlank - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with strings.
NotNull - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with objects.
notNull() - Static method in class edu.mit.jverbnet.util.Checks
Returns a NotNull mask object cast to the appropriate type.
NotNullEmptyOrBlank - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with strings.
NotNullOrBlank - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with strings.
NotNullOrEmpty - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check with that deals with strings.
NotNullOrEmptyCol - Static variable in class edu.mit.jverbnet.util.Checks
A mask/check object that deals with collections.
NullErrorHandler - Class in edu.mit.jverbnet.util.parse
An error handler that does nothing.
NullErrorHandler() - Constructor for class edu.mit.jverbnet.util.parse.NullErrorHandler
The constructor is marked protected so that this class may be subclassed, but not directly instantiated.

O

open() - Method in class edu.mit.jverbnet.util.AbstractHasLifecycle
 
open() - Method in interface edu.mit.jverbnet.util.IHasLifecycle
This opens the object by performing any required initialization steps.

P

parse(XMLReader, InputStream, String) - Method in class edu.mit.jverbnet.index.VerbIndex
Parses an XML input stream.
parseKey(String) - Static method in class edu.mit.jverbnet.data.WordnetKey
Parses a string into a Wordnet type object.
parseVersion(CharSequence) - Static method in class edu.mit.jverbnet.data.Version
Tries to transform the specified character sequence into a version object.
parseVersionProtected(CharSequence) - Static method in class edu.mit.jverbnet.data.Version
Tries to transform the specified character sequence into a version object.
plus - Static variable in class edu.mit.jverbnet.data.VerbnetTypes
 
PredicateDesc - Class in edu.mit.jverbnet.data.semantics
Default implementation of IPredicateDesc.
PredicateDesc(PredicateType, boolean, List<ISemanticArgType>) - Constructor for class edu.mit.jverbnet.data.semantics.PredicateDesc
Creates a new predicate description with the specified parameters
PredicateDescHandler - Class in edu.mit.jverbnet.parse
Handles Verbnet XML blocks tagged with "PRED".
PredicateDescHandler() - Constructor for class edu.mit.jverbnet.parse.PredicateDescHandler
Creates a new PredicateDescHandler with no parent or parser.
PredicateDescHandler(IHasParserHandler) - Constructor for class edu.mit.jverbnet.parse.PredicateDescHandler
Creates a new PredicateDescHandler with the specified parent.
PredicateDescHandler(XMLReader) - Constructor for class edu.mit.jverbnet.parse.PredicateDescHandler
Creates a new PredicateDescHandler with the specified parser.
PredicateDescHandler(XMLReader, ContentHandler) - Constructor for class edu.mit.jverbnet.parse.PredicateDescHandler
Creates a new PredicateDescHandler with the specified parser and parent.
PredicateType - Class in edu.mit.jverbnet.data.semantics
Predicate types.
PredicateType(String) - Constructor for class edu.mit.jverbnet.data.semantics.PredicateType
Constructor that creates a new frame type.
PrepRestrType - Class in edu.mit.jverbnet.data.selection
Preposition restriction types.
PrepRestrType(String) - Constructor for class edu.mit.jverbnet.data.selection.PrepRestrType
Creates a new type.
printIdNormalizationWarning(Class<? extends IHasID>, String) - Static method in class edu.mit.jverbnet.data.VerbnetTypes
Prints a warning to standard err if the type's id does not match the specified id exactly (e.g., it differs in case).
printIdUnknownWarning(Class<? extends IHasID>, String) - Static method in class edu.mit.jverbnet.data.VerbnetTypes
Prints a warning to standard err that the specified id is unknown for the specified type
printIdWarnings(Class<? extends IHasID>, IHasID, String) - Static method in class edu.mit.jverbnet.data.VerbnetTypes
Prints a warning to standard err if the type is null or the type's id does not match the specified id exactly (e.g., it differs in case).
processingInstruction(String, String) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 

R

raFile - Variable in class edu.mit.jverbnet.util.ByteBufferInputStream
 
read() - Method in class edu.mit.jverbnet.util.ByteBufferInputStream
 
read(byte[]) - Method in class edu.mit.jverbnet.util.ByteBufferInputStream
 
read(byte[], int, int) - Method in class edu.mit.jverbnet.util.ByteBufferInputStream
 
reallocate(List<T>) - Method in interface edu.mit.jverbnet.util.Checks.IReallocationStrategy
 
reallocate(Set<T>) - Method in interface edu.mit.jverbnet.util.Checks.IReallocationStrategy
 
reallocate(SortedSet<T>) - Method in interface edu.mit.jverbnet.util.Checks.IReallocationStrategy
 
reallocate(Map<K, V>) - Method in interface edu.mit.jverbnet.util.Checks.IReallocationStrategy
 
reallocate(SortedMap<K, V>) - Method in interface edu.mit.jverbnet.util.Checks.IReallocationStrategy
 
regex - Static variable in class edu.mit.jverbnet.data.Version
Regular expression pattern for matching a version string.
regex - Static variable in class edu.mit.jverbnet.data.WordnetKey
Regular expression pattern for matching a wordnet key string.
remove() - Method in class edu.mit.jverbnet.util.FilteringIterator
 
remove(int) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler.ForwardingTaskList
 
reportWarning(String) - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Reports a warning.
reportWarnings() - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Returns true if the handler is currently reporting unmapped tags to the error handler (or to standard error, if no error handler is available).
reset() - Method in class edu.mit.jverbnet.util.ByteBufferInputStream
 
ResourceUtils - Class in edu.mit.jverbnet.util
A few utilities relating to Files and URLs.
ResourceUtils() - Constructor for class edu.mit.jverbnet.util.ResourceUtils
 
RestrictionHandler<T extends IVerbnetType> - Class in edu.mit.jverbnet.parse
Handles Verbnet XML blocks tagged with "SELRESTR" or "SYNRESTR".
RestrictionHandler(boolean, Class<T>) - Constructor for class edu.mit.jverbnet.parse.RestrictionHandler
Creates a new RestrictionHandler with no parent or parser.
RestrictionHandler(IHasParserHandler, boolean, Class<T>) - Constructor for class edu.mit.jverbnet.parse.RestrictionHandler
Creates a new RestrictionHandler with the specified parent.
RestrictionHandler(XMLReader, boolean, Class<T>) - Constructor for class edu.mit.jverbnet.parse.RestrictionHandler
Creates a new RestrictionHandler with the specified parser.
RestrictionHandler(XMLReader, ContentHandler, boolean, Class<T>) - Constructor for class edu.mit.jverbnet.parse.RestrictionHandler
Creates a new RestrictionHandler with the specified parser and parent.

S

SelRestrictions<T extends IVerbnetType> - Class in edu.mit.jverbnet.data.selection
A set of selectional restrictions.
SelRestrictions(ISelRestrictions.Logic, Map<T, Boolean>, List<ISelRestrictions<T>>) - Constructor for class edu.mit.jverbnet.data.selection.SelRestrictions
Creates a new set of selectional restrictions with the specified arguments.
SelRestrictionsHandler<T extends IVerbnetType> - Class in edu.mit.jverbnet.parse
Handles Verbnet XML blocks tagged with "SELRESTRS" or "SYNRESTRS".
SelRestrictionsHandler(boolean, Class<T>) - Constructor for class edu.mit.jverbnet.parse.SelRestrictionsHandler
Creates a new SelRestrictionsHandler with no parent or parser.
SelRestrictionsHandler(IHasParserHandler, boolean, Class<T>) - Constructor for class edu.mit.jverbnet.parse.SelRestrictionsHandler
Creates a new SelRestrictionsHandler with the specified parent.
SelRestrictionsHandler(XMLReader, boolean, Class<T>) - Constructor for class edu.mit.jverbnet.parse.SelRestrictionsHandler
Creates a new SelRestrictionsHandler with the specified parser.
SelRestrictionsHandler(XMLReader, ContentHandler, boolean, Class<T>) - Constructor for class edu.mit.jverbnet.parse.SelRestrictionsHandler
Creates a new SelRestrictionsHandler with the specified parser and parent.
SemanticDesc - Class in edu.mit.jverbnet.data.semantics
Default implementation of ISemanticDesc.
SemanticDesc(List<IPredicateDesc>) - Constructor for class edu.mit.jverbnet.data.semantics.SemanticDesc
Creates a new semantic description with the specified list of predicates
SemanticDescHandler - Class in edu.mit.jverbnet.parse
Handles Verbnet XML blocks tagged with "SEMANTICS".
SemanticDescHandler() - Constructor for class edu.mit.jverbnet.parse.SemanticDescHandler
Creates a new SemanticDescHandler with no parent or parser.
SemanticDescHandler(IHasParserHandler) - Constructor for class edu.mit.jverbnet.parse.SemanticDescHandler
Creates a new SemanticDescHandler with the specified parent.
SemanticDescHandler(XMLReader) - Constructor for class edu.mit.jverbnet.parse.SemanticDescHandler
Creates a new SemanticDescHandler with the specified parser.
SemanticDescHandler(XMLReader, ContentHandler) - Constructor for class edu.mit.jverbnet.parse.SemanticDescHandler
Creates a new SemanticDescHandler with the specified parser and parent.
SemRestrType - Class in edu.mit.jverbnet.data.selection
Semantic restriction types.
SemRestrType(String) - Constructor for class edu.mit.jverbnet.data.selection.SemRestrType
Creates a new type.
set(int, ITaggedBlockTaskHandler) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler.ForwardingTaskList
 
setAllowNullElements(boolean) - Method in class edu.mit.jverbnet.util.parse.ListHandler
Sets whether this handler allows null elements in its list, or whether it will throw an exception when null elements are encountered.
setDescriptionNumber(String) - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
setDescriptionNumber(String) - Method in interface edu.mit.jverbnet.data.IFrame.IFrameBuilder
Sets the description number.
setDocumentLocator(Locator) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
setDocumentLocator(Locator) - Method in class edu.mit.jverbnet.util.parse.MappedHandler
 
setErrorHandler(ErrorHandler) - Method in class edu.mit.jverbnet.index.VerbIndex
Sets the XML error handler that will be used by the index when parsing XML files.
setName(String) - Method in interface edu.mit.jverbnet.data.IMember.IMemberBuilder
Sets the name for this member.
setName(String) - Method in class edu.mit.jverbnet.data.Member.MemberBuilder
 
setNounPhrasetype(INounPhraseType) - Method in interface edu.mit.jverbnet.data.syntax.ISyntaxArgDesc.ISyntaxArgDescBuilder
Sets the noun phrase type of the argument.
setNounPhrasetype(INounPhraseType) - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc.SyntaxArgDescBuilder
 
setParent(IVerbClass) - Method in interface edu.mit.jverbnet.data.IVerbClass
Sets the parent of this verb class.
setParent(IVerbClass) - Method in class edu.mit.jverbnet.data.VerbClass
 
setParent(ContentHandler) - Method in interface edu.mit.jverbnet.util.parse.ITaggedHandler
Sets the parent for this handler.
setParent(ContentHandler) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
setParent(ContentHandler) - Method in class edu.mit.jverbnet.util.parse.MappedHandler
 
setParser(XMLReader) - Method in interface edu.mit.jverbnet.util.parse.IHasParserHandler
Sets the parser for this handler; may be set to null
setParser(XMLReader) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
setParser(XMLReader) - Method in class edu.mit.jverbnet.util.parse.MappedHandler
 
setPrimaryType(FrameType) - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
setPrimaryType(FrameType) - Method in interface edu.mit.jverbnet.data.IFrame.IFrameBuilder
Sets the primary type.
setPrintIdWarnings(boolean) - Static method in class edu.mit.jverbnet.data.VerbnetTypes
Sets the isPrintingIdWarnings flag.
setReportWarnings(boolean) - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Sets whether the handler reports unampped tags to the error stream.
setSecondaryType(FrameType) - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
setSecondaryType(FrameType) - Method in interface edu.mit.jverbnet.data.IFrame.IFrameBuilder
Sets the secondary type.
setSelRestrictions(ISelRestrictions<SemRestrType>) - Method in interface edu.mit.jverbnet.data.IThematicRole.IThematicRoleBuilder
Sets the selectional restrictions for this thematic role
setSelRestrictions(ISelRestrictions<? extends IRestrType>) - Method in interface edu.mit.jverbnet.data.syntax.ISyntaxArgDesc.ISyntaxArgDescBuilder
Sets the selectional restrictions for this argument
setSelRestrictions(ISelRestrictions<? extends IRestrType>) - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc.SyntaxArgDescBuilder
 
setSelRestrictions(ISelRestrictions<SemRestrType>) - Method in class edu.mit.jverbnet.data.ThematicRole.ThematicRoleBuilder
 
setSemantics(ISemanticDesc) - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
setSemantics(ISemanticDesc) - Method in interface edu.mit.jverbnet.data.IFrame.IFrameBuilder
Sets the semantic descriptor.
setSyntax(ISyntaxDesc) - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
setSyntax(ISyntaxDesc) - Method in interface edu.mit.jverbnet.data.IFrame.IFrameBuilder
Sets the syntactic descriptor.
setType(ThematicRoleType) - Method in interface edu.mit.jverbnet.data.IThematicRole.IThematicRoleBuilder
Sets the type for this thematic role.
setType(SyntaxArgType) - Method in interface edu.mit.jverbnet.data.syntax.ISyntaxArgDesc.ISyntaxArgDescBuilder
Sets the type of the syntactic argument.
setType(SyntaxArgType) - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc.SyntaxArgDescBuilder
 
setType(ThematicRoleType) - Method in class edu.mit.jverbnet.data.ThematicRole.ThematicRoleBuilder
 
setValue(String) - Method in interface edu.mit.jverbnet.data.syntax.ISyntaxArgDesc.ISyntaxArgDescBuilder
Sets the value of the syntactic argument
setValue(String) - Method in class edu.mit.jverbnet.data.syntax.SyntaxArgDesc.SyntaxArgDescBuilder
 
setVersion(IVersion) - Method in interface edu.mit.jverbnet.index.IVerbIndex
Sets the version for this index.
setVersion(IVersion) - Method in class edu.mit.jverbnet.index.VerbIndex
 
setXTag(String) - Method in class edu.mit.jverbnet.data.Frame.FrameBuilder
 
setXTag(String) - Method in interface edu.mit.jverbnet.data.IFrame.IFrameBuilder
Sets the xtag.
size() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler.ForwardingTaskList
 
skip(long) - Method in class edu.mit.jverbnet.util.ByteBufferInputStream
 
skippedEntity(String) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
startDocument() - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
startElement(String, String, String, Attributes) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
startElement(String, String, String, Attributes) - Method in class edu.mit.jverbnet.util.parse.MappedHandler
Handle a start element.
startPrefixMapping(String, String) - Method in class edu.mit.jverbnet.util.parse.LazyForwardingHandler
 
startTaggedBlock(String, String, String, Attributes) - Method in class edu.mit.jverbnet.parse.ArgHandler
 
startTaggedBlock(String, String, String, Attributes) - Method in class edu.mit.jverbnet.parse.MemberHandler
 
startTaggedBlock(String, String, String, Attributes) - Method in class edu.mit.jverbnet.parse.PredicateDescHandler
 
startTaggedBlock(String, String, String, Attributes) - Method in class edu.mit.jverbnet.parse.RestrictionHandler
 
startTaggedBlock(String, String, String, Attributes) - Method in class edu.mit.jverbnet.parse.SelRestrictionsHandler
 
startTaggedBlock(String, String, String, Attributes) - Method in class edu.mit.jverbnet.parse.SyntaxArgDescHandler
 
startTaggedBlock(String, String, String, Attributes) - Method in class edu.mit.jverbnet.parse.ThematicRoleHandler
 
startTaggedBlock(String, String, String, Attributes) - Method in class edu.mit.jverbnet.parse.VerbClassHandler
 
startTaggedBlock(String, String, String, Attributes) - Method in interface edu.mit.jverbnet.util.parse.ITaggedBlockTaskHandler
This method is used to run code when entering a tagged block.
startTaggedBlock(String, String, String, Attributes) - Method in class edu.mit.jverbnet.util.parse.MappedHandler
 
startTaggedBlock(String, String, String, Attributes) - Method in class edu.mit.jverbnet.util.parse.TaggedBlockTaskHandlerAdapter
 
SynRestrType - Class in edu.mit.jverbnet.data.selection
Syntactic restriction types.
SynRestrType(String) - Constructor for class edu.mit.jverbnet.data.selection.SynRestrType
Creates a new type.
SyntaxArgDesc - Class in edu.mit.jverbnet.data.syntax
Default implementation of ISyntaxArgDesc.
SyntaxArgDesc(ISyntaxDesc, SyntaxArgType, String, ISelRestrictions<? extends IRestrType>) - Constructor for class edu.mit.jverbnet.data.syntax.SyntaxArgDesc
Creates a new syntax argument description with the specified parameters.
SyntaxArgDesc(ISyntaxDesc, INounPhraseType, String, ISelRestrictions<? extends IRestrType>) - Constructor for class edu.mit.jverbnet.data.syntax.SyntaxArgDesc
Creates a new syntax argument description of the SyntaxArgType.NP type with the specified parameters.
SyntaxArgDesc(ISyntaxDesc, SyntaxArgType, String, INounPhraseType, ISelRestrictions<? extends IRestrType>) - Constructor for class edu.mit.jverbnet.data.syntax.SyntaxArgDesc
Creates a new syntax argument description with full control.
SyntaxArgDesc.SyntaxArgDescBuilder - Class in edu.mit.jverbnet.data.syntax
Default implementation of syntax arg descriptor builder interface.
SyntaxArgDesc.SyntaxArgDescBuilder(SyntaxArgType, String, INounPhraseType, ISelRestrictions<? extends IRestrType>) - Constructor for class edu.mit.jverbnet.data.syntax.SyntaxArgDesc.SyntaxArgDescBuilder
Creates a new builder with the specified values.
SyntaxArgDescHandler - Class in edu.mit.jverbnet.parse
Handles Verbnet XML blocks tagged with the id values of SyntaxArgType.
SyntaxArgDescHandler(SyntaxArgType) - Constructor for class edu.mit.jverbnet.parse.SyntaxArgDescHandler
Creates a new SyntaxArgDescHandler with no parent or parser.
SyntaxArgDescHandler(IHasParserHandler, SyntaxArgType) - Constructor for class edu.mit.jverbnet.parse.SyntaxArgDescHandler
Creates a new SyntaxArgDescHandler with the specified parent.
SyntaxArgDescHandler(XMLReader, SyntaxArgType) - Constructor for class edu.mit.jverbnet.parse.SyntaxArgDescHandler
Creates a new SyntaxArgDescHandler with the specified parser.
SyntaxArgDescHandler(XMLReader, ContentHandler, SyntaxArgType) - Constructor for class edu.mit.jverbnet.parse.SyntaxArgDescHandler
Creates a new SyntaxArgDescHandler with the specified parser and parent.
SyntaxArgType - Enum in edu.mit.jverbnet.data.syntax
Syntactic argument types.
SyntaxArgType.VALUE_RULE - Enum in edu.mit.jverbnet.data.syntax
Checks that the value meets the expectations of the type.
SyntaxDesc - Class in edu.mit.jverbnet.data.syntax
Default implementation of ISyntaxDesc.
SyntaxDesc(List<ISyntaxArgDesc.ISyntaxArgDescBuilder>, List<ISyntaxArgDesc.ISyntaxArgDescBuilder>) - Constructor for class edu.mit.jverbnet.data.syntax.SyntaxDesc
Creates a new syntax descriptor with the specified sets of arguments.
SyntaxDescHandler - Class in edu.mit.jverbnet.parse
Handles Verbnet XML blocks tagged with "SYNTAX".
SyntaxDescHandler() - Constructor for class edu.mit.jverbnet.parse.SyntaxDescHandler
Creates a new SyntaxDescHandler with no parent or parser.
SyntaxDescHandler(IHasParserHandler) - Constructor for class edu.mit.jverbnet.parse.SyntaxDescHandler
Creates a new SyntaxDescHandler with the specified parent.
SyntaxDescHandler(XMLReader) - Constructor for class edu.mit.jverbnet.parse.SyntaxDescHandler
Creates a new SyntaxDescHandler with the specified parser.
SyntaxDescHandler(XMLReader, ContentHandler) - Constructor for class edu.mit.jverbnet.parse.SyntaxDescHandler
Creates a new SyntaxDescHandler with the specified parser and parent.

T

TaggedBlockTaskHandlerAdapter - Class in edu.mit.jverbnet.util.parse
A default implementation of the ITaggedBlockTaskHandler interface, that does nothing.
TaggedBlockTaskHandlerAdapter() - Constructor for class edu.mit.jverbnet.util.parse.TaggedBlockTaskHandlerAdapter
The constructor is marked protected so that this class may be subclassed, but not directly instantiated.
tagStack - Variable in class edu.mit.jverbnet.util.parse.MappedHandler
The stack of tags encountered inside the tagged block (including the tagged block tag itself)
ThematicRole - Class in edu.mit.jverbnet.data
Default implementation of the IThematicRole interface.
ThematicRole(IVerbClass, ThematicRoleType, ISelRestrictions<SemRestrType>) - Constructor for class edu.mit.jverbnet.data.ThematicRole
Creates a new thematic role with the specified parameters
ThematicRole.ThematicRoleBuilder - Class in edu.mit.jverbnet.data
Default implementation of the IThematicRoleBuilder interface.
ThematicRole.ThematicRoleBuilder() - Constructor for class edu.mit.jverbnet.data.ThematicRole.ThematicRoleBuilder
 
ThematicRoleHandler - Class in edu.mit.jverbnet.parse
Handles Verbnet XML blocks tagged with "THEMROLE".
ThematicRoleHandler() - Constructor for class edu.mit.jverbnet.parse.ThematicRoleHandler
Creates a new ThematicRoleHandler with no parent or parser.
ThematicRoleHandler(IHasParserHandler) - Constructor for class edu.mit.jverbnet.parse.ThematicRoleHandler
Creates a new ThematicRoleHandler with the specified parent.
ThematicRoleHandler(XMLReader) - Constructor for class edu.mit.jverbnet.parse.ThematicRoleHandler
Creates a new ThematicRoleHandler with the specified parser.
ThematicRoleHandler(XMLReader, ContentHandler) - Constructor for class edu.mit.jverbnet.parse.ThematicRoleHandler
Creates a new ThematicRoleHandler with the specified parser and parent.
ThematicRoleType - Class in edu.mit.jverbnet.data
Selection restriction value types.
ThematicRoleType(String) - Constructor for class edu.mit.jverbnet.data.ThematicRoleType
Constructor that creates a new frame type.
thisLineShouldNeverBeCalled() - Static method in class edu.mit.jverbnet.util.Checks
Throws an exception if called.
thisMethodShouldNeverBeCalled() - Static method in class edu.mit.jverbnet.util.Checks
Throws an exception if called.
toFile(URL) - Static method in class edu.mit.jverbnet.util.ResourceUtils
Transforms a URL into a File.
toFileChecked(URL) - Static method in class edu.mit.jverbnet.util.ResourceUtils
Transforms a URL into a File.
toString() - Method in class edu.mit.jverbnet.data.semantics.ArgTypeConstant
 
toString() - Method in enum edu.mit.jverbnet.data.semantics.ArgTypeEvent
 
toString() - Method in class edu.mit.jverbnet.data.semantics.ArgTypeVerbSpecific
 
toString() - Method in class edu.mit.jverbnet.data.semantics.PredicateDesc
 
toString(IPredicateDesc) - Static method in class edu.mit.jverbnet.data.semantics.PredicateDesc
Produces a standard string format for a predicate descriptor.
toString() - Method in class edu.mit.jverbnet.data.ThematicRoleType
 
toString(ThematicRoleType) - Static method in class edu.mit.jverbnet.data.ThematicRoleType
Formats a thematic role type into a string suitable for display within a predicate string.
toString() - Method in class edu.mit.jverbnet.data.Version
 
toString() - Method in class edu.mit.jverbnet.data.WordnetKey
 
toString(IWordnetKey) - Static method in class edu.mit.jverbnet.data.WordnetKey
Returns a a string representation of the specified sense key object.
toURL(File) - Static method in class edu.mit.jverbnet.util.ResourceUtils
Transforms a file into a URL.
trim(Checks.ICondition<Object>, String) - Static method in class edu.mit.jverbnet.util.Checks
Trims the string if it matches the condition.
trimAndMask(Checks.ICondition<Object>, String, Checks.IMask<String>, String) - Static method in class edu.mit.jverbnet.util.Checks
First trims the string if it matches the condition, then applies the mask to the resulting value.
trimAndMaskNull(String, String) - Static method in class edu.mit.jverbnet.util.Checks
Convenience implementation of the most common use case of the Checks.trimAndMask(ICondition, String, IMask, String) method.

U

UNKNOWN - Static variable in interface edu.mit.jverbnet.data.IVersion
Standard "unknown" version number
UnmodifiableLeaveNulls - Static variable in class edu.mit.jverbnet.util.Checks
Reallocates collections as unmodifiable collections.
UnmodifiableMaskNullWithEmpty - Static variable in class edu.mit.jverbnet.util.Checks
Reallocates collections as unmodifiable collections.

V

valueOf(String) - Static method in enum edu.mit.jverbnet.data.selection.ISelRestrictions.Logic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.mit.jverbnet.data.semantics.ArgType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.mit.jverbnet.data.semantics.ArgTypeEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.mit.jverbnet.data.syntax.AuxNounPhraseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.mit.jverbnet.data.syntax.SyntaxArgType.VALUE_RULE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum edu.mit.jverbnet.data.syntax.SyntaxArgType
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.mit.jverbnet.data.selection.ISelRestrictions.Logic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.mit.jverbnet.data.semantics.ArgType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.mit.jverbnet.data.semantics.ArgTypeEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.mit.jverbnet.data.syntax.AuxNounPhraseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.mit.jverbnet.data.syntax.SyntaxArgType.VALUE_RULE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum edu.mit.jverbnet.data.syntax.SyntaxArgType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class edu.mit.jverbnet.data.Version
Emulates the Enum.values() function.
ver31 - Static variable in class edu.mit.jverbnet.data.Version
 
ver32 - Static variable in class edu.mit.jverbnet.data.Version
 
VerbClass - Class in edu.mit.jverbnet.data
Default implementation of the IVerbClass interface
VerbClass(String, List<IMember.IMemberBuilder>, List<IThematicRole.IThematicRoleBuilder>, List<IFrame.IFrameBuilder>, List<IVerbClass>) - Constructor for class edu.mit.jverbnet.data.VerbClass
Creates a new verb class with the specified parameters
VerbClassHandler - Class in edu.mit.jverbnet.parse
Handles Verbnet XML blocks tagged with "VNCLASS" or "VNSUBCLASS".
VerbClassHandler(boolean) - Constructor for class edu.mit.jverbnet.parse.VerbClassHandler
Creates a new VerbClassHandler with no parent or parser.
VerbClassHandler(IHasParserHandler, boolean) - Constructor for class edu.mit.jverbnet.parse.VerbClassHandler
Creates a new VerbClassHandler with the specified parent.
VerbClassHandler(XMLReader, boolean) - Constructor for class edu.mit.jverbnet.parse.VerbClassHandler
Creates a new VerbClassHandler with the specified parser.
VerbClassHandler(XMLReader, ContentHandler, boolean) - Constructor for class edu.mit.jverbnet.parse.VerbClassHandler
Creates a new VerbClassHandler with the specified parser and parent.
VerbIndex - Class in edu.mit.jverbnet.index
Default implementation of the IVerbIndex interface.
VerbIndex(File) - Constructor for class edu.mit.jverbnet.index.VerbIndex
Creates a new verb index that uses the data at the specified location.
VerbIndex(URL) - Constructor for class edu.mit.jverbnet.index.VerbIndex
Creates a new verb index that uses the data at the specified location.
VerbnetTypes - Class in edu.mit.jverbnet.data
Utility class for verbnet types
VerbnetTypes() - Constructor for class edu.mit.jverbnet.data.VerbnetTypes
 
Version - Class in edu.mit.jverbnet.data
Default, concrete implementation of the IVersion interface.
Version(int, int, int) - Constructor for class edu.mit.jverbnet.data.Version
Creates a new version object with the specified version numbers.
Version(int, int, int, String) - Constructor for class edu.mit.jverbnet.data.Version
Creates a new version object with the specified version numbers.

W

warning(SAXParseException) - Method in class edu.mit.jverbnet.util.parse.NullErrorHandler
 
WordnetKey - Class in edu.mit.jverbnet.data
Default implementation of the IWordnetType interface.
WordnetKey(String, int, int, int) - Constructor for class edu.mit.jverbnet.data.WordnetKey
Constructs a new wordnet type (a.k.a., sense key).

X

XML_TAG_ARG - Static variable in class edu.mit.jverbnet.parse.ArgHandler
 
XML_TAG_ARGS - Static variable in class edu.mit.jverbnet.parse.ArgHandler
 
XML_TAG_DESCRIPTION - Static variable in class edu.mit.jverbnet.parse.FrameHandler
 
XML_TAG_EXAMPLE - Static variable in class edu.mit.jverbnet.parse.FrameHandler
 
XML_TAG_EXAMPLES - Static variable in class edu.mit.jverbnet.parse.FrameHandler
 
XML_TAG_FRAME - Static variable in class edu.mit.jverbnet.parse.FrameHandler
 
XML_TAG_FRAMES - Static variable in class edu.mit.jverbnet.parse.FrameHandler
 
XML_TAG_MEMBER - Static variable in class edu.mit.jverbnet.parse.MemberHandler
 
XML_TAG_MEMBERS - Static variable in class edu.mit.jverbnet.parse.MemberHandler
 
XML_TAG_PRED - Static variable in class edu.mit.jverbnet.parse.PredicateDescHandler
 
XML_TAG_SELRESTR - Static variable in class edu.mit.jverbnet.parse.RestrictionHandler
 
XML_TAG_SELRESTRS - Static variable in class edu.mit.jverbnet.parse.SelRestrictionsHandler
 
XML_TAG_SEMANTICS - Static variable in class edu.mit.jverbnet.parse.SemanticDescHandler
 
XML_TAG_SUBCLASSES - Static variable in class edu.mit.jverbnet.parse.VerbClassHandler
 
XML_TAG_SYNRESTR - Static variable in class edu.mit.jverbnet.parse.RestrictionHandler
 
XML_TAG_SYNRESTRS - Static variable in class edu.mit.jverbnet.parse.SelRestrictionsHandler
 
XML_TAG_SYNTAX - Static variable in class edu.mit.jverbnet.parse.SyntaxDescHandler
 
XML_TAG_THEMROLE - Static variable in class edu.mit.jverbnet.parse.ThematicRoleHandler
 
XML_TAG_THEMROLES - Static variable in class edu.mit.jverbnet.parse.ThematicRoleHandler
 
XML_TAG_VERB - Static variable in class edu.mit.jverbnet.parse.SyntaxDescHandler
 
XML_TAG_VNCLASS - Static variable in class edu.mit.jverbnet.parse.VerbClassHandler
 
XML_TAG_VNSUBCLASS - Static variable in class edu.mit.jverbnet.parse.VerbClassHandler
 
XSD_TYPE_NAME - Static variable in class edu.mit.jverbnet.data.FrameType
The name of the xsd:simpleType entry that describes this verbnet type in the XSD file.
XSD_TYPE_NAME - Static variable in class edu.mit.jverbnet.data.selection.PrepRestrType
The name of the xsd:simpleType entry that describes this verbnet type in the XSD file.
XSD_TYPE_NAME - Static variable in class edu.mit.jverbnet.data.selection.SemRestrType
The name of the xsd:simpleType entry that describes this verbnet type in the XSD file.
XSD_TYPE_NAME - Static variable in class edu.mit.jverbnet.data.selection.SynRestrType
The name of the xsd:simpleType entry that describes this verbnet type in the XSD file.
XSD_TYPE_NAME - Static variable in enum edu.mit.jverbnet.data.semantics.ArgType
The name of the xsd:simpleType entry that describes this verbnet type in the XSD file.
XSD_TYPE_NAME - Static variable in class edu.mit.jverbnet.data.semantics.ArgTypeConstant
The name of the xsd:simpleType entry that describes this verbnet type in the XSD file.
XSD_TYPE_NAME - Static variable in enum edu.mit.jverbnet.data.semantics.ArgTypeEvent
The name of the xsd:simpleType entry that describes this verbnet type in the XSD file.
XSD_TYPE_NAME - Static variable in class edu.mit.jverbnet.data.semantics.ArgTypeVerbSpecific
The name of the xsd:simpleType entry that describes this verbnet type in the XSD file.
XSD_TYPE_NAME - Static variable in class edu.mit.jverbnet.data.semantics.PredicateType
The name of the xsd:simpleType entry that describes this verbnet type in the XSD file.
XSD_TYPE_NAME - Static variable in enum edu.mit.jverbnet.data.syntax.AuxNounPhraseType
The name of the xsd:simpleType entry that describes this verbnet type in the XSD file.
XSD_TYPE_NAME - Static variable in enum edu.mit.jverbnet.data.syntax.SyntaxArgType
The name of the xsd:simpleType entry that describes this verbnet type in the XSD file.
XSD_TYPE_NAME - Static variable in class edu.mit.jverbnet.data.ThematicRoleType
The name of the xsd:simpleType entry that describes this verbnet type in the XSD file.

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

Copyright © 2012 ${project.organization.name}. All Rights Reserved.