edu.mit.jwi.item
Interface IItem<T extends IItemID<?>>

Type Parameters:
T - the type of the item id object
All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IExceptionEntry, IIndexWord, ISynset, IWord
All Known Implementing Classes:
ExceptionEntry, IndexWord, Synset, Word

public interface IItem<T extends IItemID<?>>
extends java.io.Serializable

An item is an object with an ID.

Since:
JWI 2.0.0
Version:
2.4.0
Author:
Mark A. Finlayson

Method Summary
 T getID()
          Returns the ID object for this item.
 

Method Detail

getID

T getID()
Returns the ID object for this item. Will not return null.

Returns:
the non-null ID for this item
Since:
JWI 2.0.0


Copyright © 2007-2013 Massachusetts Institute of Technology. All Rights Reserved.