story.scheherazade.prologuer
Class VerbNetRecord

java.lang.Object
  extended by story.scheherazade.prologuer.VerbNetRecord

public class VerbNetRecord
extends java.lang.Object

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

VerbNetRecord

public VerbNetRecord(java.io.File file,
                     org.w3c.dom.Node VNCLASS,
                     VerbNetRecord parentClass)
              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getID

public java.lang.String getID()

getTextualID

public java.lang.String getTextualID()

getSubclasses

public java.util.Vector<VerbNetRecord> getSubclasses()
If this VerbNet class has subclasses, return them.


getFrames

public java.util.Vector<VerbNetFrame> getFrames()
Get the syntax frames associated with this class.


getMembers

public java.util.Vector<VerbNetMember> getMembers()
Get the members of this class.


getThematicRoles

public java.util.Vector<VerbNetThematicRole> getThematicRoles()
Get the thematic roles associated with this class.



Copyright © 2011 David K. Elson. All Rights Reserved.