edu.mit.jverbnet.util
Interface IHasID

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

public interface IHasID

An object with an ID.

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

Method Summary
 String getID()
          Returns the id of the type, as defined in the xsd file.
 

Method Detail

getID

String getID()
Returns the id of the type, as defined in the xsd file. Will never be null or empty.

Returns:
the id of the type
Since:
JVerbnet 1.0.0


Copyright © 2012 Massachusetts Institute of Technology. All Rights Reserved.