|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IVerbClass | |
---|---|
edu.mit.jverbnet.data | Provides the major data types of the library |
edu.mit.jverbnet.index | Provides the basic verb index class for accessing Verbnet data |
edu.mit.jverbnet.parse | Provides XML handlers specifically implemented for Verbnet data |
Uses of IVerbClass in edu.mit.jverbnet.data |
---|
Classes in edu.mit.jverbnet.data that implement IVerbClass | |
---|---|
class |
VerbClass
Default implementation of the IVerbClass interface |
Methods in edu.mit.jverbnet.data that return IVerbClass | |
---|---|
IVerbClass |
VerbClass.getParent()
|
IVerbClass |
IVerbClass.getParent()
Returns the parent class of this verb class, or null if this
class is a root class. |
IVerbClass |
ThematicRole.getVerbClass()
|
IVerbClass |
ThematicRole.ThematicRoleBuilder.getVerbClass()
|
IVerbClass |
Member.getVerbClass()
|
IVerbClass |
Member.MemberBuilder.getVerbClass()
|
IVerbClass |
IThematicRole.getVerbClass()
Returns the verb class to which this thematic role belongs |
IVerbClass |
IMember.getVerbClass()
Returns the verb class to which this member belongs |
IVerbClass |
IFrame.getVerbClass()
Returns the verb class to which this frame belongs |
IVerbClass |
Frame.getVerbClass()
|
IVerbClass |
Frame.FrameBuilder.getVerbClass()
|
Methods in edu.mit.jverbnet.data that return types with arguments of type IVerbClass | |
---|---|
java.util.List<IVerbClass> |
VerbClass.getSubclasses()
|
java.util.List<IVerbClass> |
IVerbClass.getSubclasses()
Returns the subclasses of this verb class. |
Methods in edu.mit.jverbnet.data with parameters of type IVerbClass | |
---|---|
ThematicRole |
ThematicRole.ThematicRoleBuilder.create(IVerbClass parent)
|
IMember |
Member.MemberBuilder.create(IVerbClass parent)
|
IThematicRole |
IThematicRole.IThematicRoleBuilder.create(IVerbClass parent)
Creates a thematic role from the information contained in the builder. |
IMember |
IMember.IMemberBuilder.create(IVerbClass parent)
Creates a member from the information contained in the builder. |
IFrame |
IFrame.IFrameBuilder.create(IVerbClass parent)
Creates a frame from the information contained in the builder. |
Frame |
Frame.FrameBuilder.create(IVerbClass parent)
|
void |
VerbClass.setParent(IVerbClass parent)
|
void |
IVerbClass.setParent(IVerbClass parent)
Sets the parent of this verb class. |
Constructors in edu.mit.jverbnet.data with parameters of type IVerbClass | |
---|---|
Frame(IVerbClass parent,
java.lang.String descNum,
FrameType firstType,
FrameType secondType,
java.lang.String xTag,
java.util.List<java.lang.String> examples,
ISyntaxDesc syntaxDesc,
ISemanticDesc semDesc)
Creates a new frame with the specified parameters |
|
Member(IVerbClass verbCls,
java.lang.String name,
java.util.Map<IWordnetKey,java.lang.Boolean> keys,
java.util.List<java.lang.String> groupings)
Creates a new member with the specified name, keys, and groupings. |
|
ThematicRole(IVerbClass parent,
ThematicRoleType type,
ISelRestrictions<SemRestrType> selRestrs)
Creates a new thematic role with the specified parameters |
Constructor parameters in edu.mit.jverbnet.data with type arguments of type IVerbClass | |
---|---|
VerbClass(java.lang.String id,
java.util.List<IMember.IMemberBuilder> memberBs,
java.util.List<IThematicRole.IThematicRoleBuilder> roleBs,
java.util.List<IFrame.IFrameBuilder> frameBs,
java.util.List<IVerbClass> subclasses)
Creates a new verb class with the specified parameters |
Uses of IVerbClass in edu.mit.jverbnet.index |
---|
Methods in edu.mit.jverbnet.index that return IVerbClass | |
---|---|
IVerbClass |
VerbIndex.getRootVerb(java.lang.String id)
|
IVerbClass |
IVerbIndex.getRootVerb(java.lang.String id)
Returns the root verb class with the specified id, or null if no
such verb class can be found in the index. |
IVerbClass |
VerbIndex.getVerb(java.lang.String id)
|
IVerbClass |
IVerbIndex.getVerb(java.lang.String id)
Returns the verb class with the specified id, or null if no
such verb class can be found in the index. |
Methods in edu.mit.jverbnet.index that return types with arguments of type IVerbClass | |
---|---|
protected java.util.Map<java.lang.String,IVerbClass> |
VerbIndex.initVerbByIdMap()
Initialization code for reading the verbnet XML. |
java.util.Iterator<IVerbClass> |
VerbIndex.iterator()
|
java.util.Iterator<IVerbClass> |
IVerbIndex.iterator()
Returns an iterator over all verb classes in the index, in the order they are encountered in the data files. |
java.util.Iterator<IVerbClass> |
VerbIndex.iteratorRoots()
|
java.util.Iterator<IVerbClass> |
IVerbIndex.iteratorRoots()
Returns an iterator over all root verb classes in the index, in the order they are encountered in the data files. |
Uses of IVerbClass in edu.mit.jverbnet.parse |
---|
Methods in edu.mit.jverbnet.parse that return IVerbClass | |
---|---|
IVerbClass |
VerbClassHandler.doGetElement()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |