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

Packages that use IRestrType
edu.mit.jverbnet.data.selection Provides a selectional restriction framework 
edu.mit.jverbnet.data.syntax Provides syntactic descriptors for verb arguments 
 

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

Classes in edu.mit.jverbnet.data.selection that implement IRestrType
 class PrepRestrType
          Preposition restriction types.
 class SemRestrType
          Semantic restriction types.
 class SynRestrType
          Syntactic restriction types.
 

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

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

Constructor parameters in edu.mit.jverbnet.data.syntax with type arguments of type IRestrType
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.
 



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