edu.mit.jverbnet.data
Interface IVerbnetType

All Superinterfaces:
IHasID
All Known Subinterfaces:
INounPhraseType, IRestrType, ISemanticArgType
All Known Implementing Classes:
ArgType, ArgTypeConstant, ArgTypeEvent, ArgTypeVerbSpecific, AuxNounPhraseType, FrameType, PredicateType, PrepRestrType, SemRestrType, SynRestrType, SyntaxArgType, ThematicRoleType

public interface IVerbnetType
extends IHasID

A verbnet type is (generally) a type that is found in the verbnet XSD file.

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

Field Summary
static java.lang.String FIELD_NAME_XSD_TYPE_NAME
          Name of the field holding the name of the XSD type name.
static java.lang.String METHOD_NAME_getById
          Name of the method that returns an object of this type given a particular id.
 
Method Summary
 
Methods inherited from interface edu.mit.jverbnet.util.IHasID
getID
 

Field Detail

FIELD_NAME_XSD_TYPE_NAME

static final java.lang.String FIELD_NAME_XSD_TYPE_NAME
Name of the field holding the name of the XSD type name.

Since:
JVerbnet 1.0.0
See Also:
Constant Field Values

METHOD_NAME_getById

static final java.lang.String METHOD_NAME_getById
Name of the method that returns an object of this type given a particular id.

Since:
JVerbnet 1.0.0
See Also:
Constant Field Values


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