Uses of Interface
edu.mit.jverbnet.data.IVerbnetType

Packages that use IVerbnetType
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.semantics Provides semantic descriptors, such as for predicates and their arguments 
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 IVerbnetType in edu.mit.jverbnet.data
 

Classes in edu.mit.jverbnet.data that implement IVerbnetType
 class FrameType
          Primary description types.
 class ThematicRoleType
          Selection restriction value types.
 

Methods in edu.mit.jverbnet.data with type parameters of type IVerbnetType
static
<T extends IVerbnetType>
T
VerbnetTypes.getById(java.lang.Class<T> cls, java.lang.String id)
          Invokes the static getById method on a given verbnet type.
static
<T extends IVerbnetType>
T
VerbnetTypes.getTypeByIdNoWarnings(java.lang.Class<T> cls, java.lang.String id)
          Invokes the static getById method on a given verbnet type.
 

Method parameters in edu.mit.jverbnet.data with type arguments of type IVerbnetType
static java.lang.String VerbnetTypes.getXSDSimpleTypeName(java.lang.Class<? extends IVerbnetType> c)
          Retrieves the value of the static field containing the XSD type name for a verbnet type.
 

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

Classes in edu.mit.jverbnet.data.selection with type parameters of type IVerbnetType
 interface ISelRestrictions<T extends IVerbnetType>
          Represents a set of selection restrictions.
 class SelRestrictions<T extends IVerbnetType>
          A set of selectional restrictions.
 

Subinterfaces of IVerbnetType in edu.mit.jverbnet.data.selection
 interface IRestrType
          This is a marker interface implemented by the types that are commonly found as keys in selection restriction maps.
 

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

Methods in edu.mit.jverbnet.data.selection with type parameters of type IVerbnetType
static
<T extends IVerbnetType>
SelRestrictions<T>
SelRestrictions.emptyRestrictions()
          Returns the default empty selection restriction object.
 

Uses of IVerbnetType in edu.mit.jverbnet.data.semantics
 

Subinterfaces of IVerbnetType in edu.mit.jverbnet.data.semantics
 interface ISemanticArgType
          A verbnet type that represents subtypes of a particular ArgType value.
 

Classes in edu.mit.jverbnet.data.semantics that implement IVerbnetType
 class ArgType
          Argument types.
 class ArgTypeConstant
          The subtypes of constant argument type.
 class ArgTypeEvent
          The subtypes of event argument type.
 class ArgTypeVerbSpecific
          The subtypes of verb specific argument type.
 class PredicateType
          Predicate types.
 

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

Subinterfaces of IVerbnetType in edu.mit.jverbnet.data.syntax
 interface INounPhraseType
          Marker interface for noun phrase types.
 

Classes in edu.mit.jverbnet.data.syntax that implement IVerbnetType
 class AuxNounPhraseType
          Selection restriction value types.
 class SyntaxArgType
          Syntactic argument types.
 

Uses of IVerbnetType in edu.mit.jverbnet.parse
 

Classes in edu.mit.jverbnet.parse with type parameters of type IVerbnetType
 class RestrictionHandler<T extends IVerbnetType>
          Handles Verbnet XML blocks tagged with "SELRESTR" or "SYNRESTR".
 class SelRestrictionsHandler<T extends IVerbnetType>
          Handles Verbnet XML blocks tagged with "SELRESTRS" or "SYNRESTRS".
 



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