Uses of Interface
edu.mit.jverbnet.data.selection.ISelRestrictions

Packages that use ISelRestrictions
edu.mit.jverbnet.data Provides the major data types of the library 
edu.mit.jverbnet.data.selection Provides a selectional restriction framework 
edu.mit.jverbnet.data.syntax Provides syntactic descriptors for verb arguments 
edu.mit.jverbnet.parse Provides XML handlers specifically implemented for Verbnet data 
 

Uses of ISelRestrictions in edu.mit.jverbnet.data
 

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

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

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

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

Classes in edu.mit.jverbnet.data.selection that implement ISelRestrictions
 class SelRestrictions<T extends IVerbnetType>
          A set of selectional restrictions.
 

Methods in edu.mit.jverbnet.data.selection that return types with arguments of type ISelRestrictions
 List<ISelRestrictions<T>> SelRestrictions.getSubSelRestrictions()
           
 List<ISelRestrictions<T>> ISelRestrictions.getSubSelRestrictions()
          Returns a list of sub restrictions for this instance.
 

Constructor parameters in edu.mit.jverbnet.data.selection with type arguments of type ISelRestrictions
SelRestrictions(ISelRestrictions.Logic logic, Map<T,Boolean> typeRestrs, List<ISelRestrictions<T>> subRestrs)
          Creates a new set of selectional restrictions with the specified arguments.
 

Uses of ISelRestrictions in edu.mit.jverbnet.data.syntax
 

Methods in edu.mit.jverbnet.data.syntax that return ISelRestrictions
 ISelRestrictions<? extends IRestrType> SyntaxArgDesc.getSelRestrictions()
           
 ISelRestrictions<? extends IRestrType> ISyntaxArgDesc.getSelRestrictions()
          Returns the selectional restrictions for this argument.
 

Constructors in edu.mit.jverbnet.data.syntax with parameters of type ISelRestrictions
SyntaxArgDesc(INounPhraseType type, String value, ISelRestrictions<? extends IRestrType> selRestrs)
          Creates a new syntax argument description of the SyntaxArgType.NP type with the specified parameters.
SyntaxArgDesc(SyntaxArgType type, String value, INounPhraseType npType, ISelRestrictions<? extends IRestrType> selRestrs)
          Creates a new syntax argument description with full control.
SyntaxArgDesc(SyntaxArgType type, String value, ISelRestrictions<? extends IRestrType> selRestrs)
          Creates a new syntax argument description with the specified parameters.
 

Uses of ISelRestrictions in edu.mit.jverbnet.parse
 

Methods in edu.mit.jverbnet.parse that return ISelRestrictions
 ISelRestrictions<T> SelRestrictionsHandler.doGetElement()
           
 



Copyright © 2012 Massachusetts Institute of Technology. All Rights Reserved.