Uses of Interface
edu.mit.jverbnet.data.semantics.ISemanticArgType

Packages that use ISemanticArgType
edu.mit.jverbnet.data Provides the major data types of the library 
edu.mit.jverbnet.data.semantics Provides semantic descriptors, such as for predicates and their arguments 
edu.mit.jverbnet.parse Provides XML handlers specifically implemented for Verbnet data 
 

Uses of ISemanticArgType in edu.mit.jverbnet.data
 

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

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

Classes in edu.mit.jverbnet.data.semantics that implement ISemanticArgType
 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.
 

Methods in edu.mit.jverbnet.data.semantics that return types with arguments of type ISemanticArgType
 java.util.List<ISemanticArgType> PredicateDesc.getArgumentTypes()
           
 java.util.List<ISemanticArgType> IPredicateDesc.getArgumentTypes()
          Returns a list of semantic arguments, which will never be null, never contain null, and will always have at least one element.
 java.lang.Class<? extends ISemanticArgType> ArgType.getSubclassType()
          Returns the associated subclass type for this argument type.
 

Constructor parameters in edu.mit.jverbnet.data.semantics with type arguments of type ISemanticArgType
PredicateDesc(PredicateType value, boolean bool, java.util.List<ISemanticArgType> argTypes)
          Creates a new predicate description with the specified parameters
 

Uses of ISemanticArgType in edu.mit.jverbnet.parse
 

Methods in edu.mit.jverbnet.parse that return ISemanticArgType
 ISemanticArgType ArgHandler.doGetElement()
           
 



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