|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.scheherazade.prologuer.VerbNetRecord
public class VerbNetRecord
A VerbNet record.
Constructor Summary | |
---|---|
VerbNetRecord(java.io.File file,
org.w3c.dom.Node VNCLASS,
VerbNetRecord parentClass)
|
Method Summary | |
---|---|
java.util.Vector<VerbNetFrame> |
getFrames()
Get the syntax frames associated with this class. |
java.lang.String |
getID()
|
java.util.Vector<VerbNetMember> |
getMembers()
Get the members of this class. |
java.util.Vector<VerbNetRecord> |
getSubclasses()
If this VerbNet class has subclasses, return them. |
java.lang.String |
getTextualID()
|
java.util.Vector<VerbNetThematicRole> |
getThematicRoles()
Get the thematic roles associated with this class. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VerbNetRecord(java.io.File file, org.w3c.dom.Node VNCLASS, VerbNetRecord parentClass) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public java.lang.String getID()
public java.lang.String getTextualID()
public java.util.Vector<VerbNetRecord> getSubclasses()
public java.util.Vector<VerbNetFrame> getFrames()
public java.util.Vector<VerbNetMember> getMembers()
public java.util.Vector<VerbNetThematicRole> getThematicRoles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |