edu.mit.jverbnet.data.semantics
Interface ISemanticArgType

All Superinterfaces:
IHasID, IVerbnetType
All Known Implementing Classes:
ArgTypeConstant, ArgTypeEvent, ArgTypeVerbSpecific, ThematicRoleType

public interface ISemanticArgType
extends IVerbnetType

A verbnet type that represents subtypes of a particular ArgType value.

Since:
JVerbnet 1.0.0
Version:
1.2.0
Author:
Mark A. Finlayson

Field Summary
 
Fields inherited from interface edu.mit.jverbnet.data.IVerbnetType
FIELD_NAME_XSD_TYPE_NAME, METHOD_NAME_getById
 
Method Summary
 ArgType getArgType()
          Returns the argument type of which this type is the subtype.
 
Methods inherited from interface edu.mit.jverbnet.util.IHasID
getID
 

Method Detail

getArgType

ArgType getArgType()
Returns the argument type of which this type is the subtype. Never null.

Returns:
the non-null argument type of which this type is a specialization
Since:
JVerbnet 1.0.0


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