Uses of Class
edu.mit.jverbnet.data.ThematicRoleType

Packages that use ThematicRoleType
edu.mit.jverbnet.data Provides the major data types of the library 
 

Uses of ThematicRoleType in edu.mit.jverbnet.data
 

Methods in edu.mit.jverbnet.data that return ThematicRoleType
static ThematicRoleType ThematicRoleType.getById(java.lang.String id)
          Returns the object corresponding to the specified xsd name.
 ThematicRoleType ThematicRole.getType()
           
 ThematicRoleType ThematicRole.ThematicRoleBuilder.getType()
           
 ThematicRoleType IThematicRole.getType()
          Returns the type of this thematic role, never null.
 

Methods in edu.mit.jverbnet.data with parameters of type ThematicRoleType
 void ThematicRole.ThematicRoleBuilder.setType(ThematicRoleType type)
           
 void IThematicRole.IThematicRoleBuilder.setType(ThematicRoleType type)
          Sets the type for this thematic role.
static java.lang.String ThematicRoleType.toString(ThematicRoleType themRole)
          Formats a thematic role type into a string suitable for display within a predicate string.
 

Constructors in edu.mit.jverbnet.data with parameters of type ThematicRoleType
ThematicRole(IVerbClass parent, ThematicRoleType type, ISelRestrictions<SemRestrType> selRestrs)
          Creates a new thematic role with the specified parameters
 



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