Uses of Interface
edu.mit.jverbnet.data.syntax.INounPhraseType

Packages that use INounPhraseType
edu.mit.jverbnet.data Provides the major data types of the library 
edu.mit.jverbnet.data.syntax Provides syntactic descriptors for verb arguments 
 

Uses of INounPhraseType in edu.mit.jverbnet.data
 

Classes in edu.mit.jverbnet.data that implement INounPhraseType
 class ThematicRoleType
          Selection restriction value types.
 

Methods in edu.mit.jverbnet.data that return INounPhraseType
static INounPhraseType VerbnetTypes.getNounPhraseTypeById(java.lang.String id)
          Returns the noun phrase type for the specified id.
 

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

Classes in edu.mit.jverbnet.data.syntax that implement INounPhraseType
 class AuxNounPhraseType
          Selection restriction value types.
 

Methods in edu.mit.jverbnet.data.syntax that return INounPhraseType
 INounPhraseType SyntaxArgDesc.getNounPhraseType()
           
 INounPhraseType SyntaxArgDesc.SyntaxArgDescBuilder.getNounPhraseType()
           
 INounPhraseType ISyntaxArgDesc.getNounPhraseType()
          If the ISyntaxArgDesc.getType() method returns SyntaxArgType.NP, this method will return a noun phrase type.
 

Methods in edu.mit.jverbnet.data.syntax with parameters of type INounPhraseType
 void SyntaxArgDesc.SyntaxArgDescBuilder.setNounPhrasetype(INounPhraseType npType)
           
 void ISyntaxArgDesc.ISyntaxArgDescBuilder.setNounPhrasetype(INounPhraseType type)
          Sets the noun phrase type of the argument.
 

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



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