Uses of Class
edu.mit.jwi.data.DataType

Packages that use DataType
edu.mit.jwi.data Provides classes and interfaces for the creation, searching, and interpretation of dictionary data sources. 
 

Uses of DataType in edu.mit.jwi.data
 

Fields in edu.mit.jwi.data declared as DataType
static DataType<ISynset> DataType.DATA
           
static DataType<IExceptionEntryProxy> DataType.EXCEPTION
           
static DataType<IIndexWord> DataType.INDEX
           
static DataType<ISenseEntry> DataType.SENSE
           
 

Methods in edu.mit.jwi.data that return types with arguments of type DataType
static java.util.Collection<DataType<?>> DataType.values()
          Emulates the Enum.values() function.
 



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