edu.mit.jmwe.data
Interface IHasID

All Known Subinterfaces:
IConcordanceSentence, IErrorDetector, IMarkedSentence<T>
All Known Implementing Classes:
AbstractErrorDetector, AllStopWords, CommonErrorDetector, CompositeErrorDetector, ConcordanceSentence, DetectorDisagreement, ExtraPOS, ExtraPrep, InflectionError, InflectionPatternError, InterstitialTokens, MissingFromIndex, OutOfOrder, PNounLong, PNounShort, UntaggedPNoun, VBDVBN, WrongPOS

public interface IHasID

An object with a unique id. The id may be unique for the instance or the class, depending on the implementation.

Since:
jMWE 1.0.0
Version:
$Id: IHasID.java 566 2011-05-05 19:34:38Z markaf $
Author:
M.A. Finlayson

Method Summary
 String getID()
          Returns an ID string that uniquely identifies this object or object type.
 

Method Detail

getID

String getID()
Returns an ID string that uniquely identifies this object or object type. Should never return null.

Returns:
the non-null id String
Since:
jMWE 1.0.0


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