Uses of Class
edu.mit.jverbnet.data.selection.SemRestrType

Packages that use SemRestrType
edu.mit.jverbnet.data Provides the major data types of the library 
edu.mit.jverbnet.data.selection Provides a selectional restriction framework 
 

Uses of SemRestrType in edu.mit.jverbnet.data
 

Methods in edu.mit.jverbnet.data that return types with arguments of type SemRestrType
 ISelRestrictions<SemRestrType> ThematicRole.getSelRestrictions()
           
 ISelRestrictions<SemRestrType> ThematicRole.ThematicRoleBuilder.getSelRestrictions()
           
 ISelRestrictions<SemRestrType> IThematicRole.getSelRestrictions()
          Returns the selectional restrictions of this thematic role.
 

Method parameters in edu.mit.jverbnet.data with type arguments of type SemRestrType
 void ThematicRole.ThematicRoleBuilder.setSelRestrictions(ISelRestrictions<SemRestrType> selRestrs)
           
 void IThematicRole.IThematicRoleBuilder.setSelRestrictions(ISelRestrictions<SemRestrType> selRestrs)
          Sets the selectional restrictions for this thematic role
 

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

Uses of SemRestrType in edu.mit.jverbnet.data.selection
 

Methods in edu.mit.jverbnet.data.selection that return SemRestrType
static SemRestrType SemRestrType.getById(java.lang.String id)
          Returns the object corresponding to the specified xsd name.
 



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