Uses of Interface
edu.mit.jwi.item.IVersion

Packages that use IVersion
edu.mit.jwi Provides the main dictionary interface and a default implementation. 
edu.mit.jwi.data Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources. 
edu.mit.jwi.item Provides classes and interfaces that represent the Wordnet data structures. 
 

Uses of IVersion in edu.mit.jwi
 

Fields in edu.mit.jwi declared as IVersion
protected  IVersion RAMDictionary.DictionaryData.version
           
 

Methods in edu.mit.jwi that return IVersion
 IVersion RAMDictionary.getVersion()
           
 IVersion DataSourceDictionary.getVersion()
           
 IVersion CachingDictionary.getVersion()
           
 

Uses of IVersion in edu.mit.jwi.data
 

Methods in edu.mit.jwi.data that return IVersion
protected  IVersion FileProvider.determineVersion(java.util.Collection<? extends IDataSource<?>> srcs)
          Determines a version from the set of data sources, if possible, otherwise returns NO_VERSION
 IVersion WordnetFile.getVersion()
          Returns the wordnet version associated with this object, or null if the version cannot be determined.
 IVersion FileProvider.getVersion()
           
 

Uses of IVersion in edu.mit.jwi.item
 

Classes in edu.mit.jwi.item that implement IVersion
 class Version
          Default, concrete implementation of the IVersion interface.
 

Fields in edu.mit.jwi.item declared as IVersion
static IVersion IVersion.NO_VERSION
          A dummy version object used to indicate that the version has been calculated, and determined to be null.
 

Methods in edu.mit.jwi.item that return IVersion
 IVersion IHasVersion.getVersion()
          Returns the associated version for this object.
 



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