Uses of Interface
edu.mit.jwi.data.IDataType

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

Uses of IDataType in edu.mit.jwi.data
 

Classes in edu.mit.jwi.data that implement IDataType
 class DataType<T>
          A concrete implementation of the IDataType interface.
 

Methods in edu.mit.jwi.data that return IDataType
 IDataType<T> IContentType.getDataType()
          Returns the assigned resource type of this object.
 IDataType<T> ContentType.getDataType()
           
 

Methods in edu.mit.jwi.data with parameters of type IDataType
static File DataType.find(IDataType<?> type, POS pos, Collection<? extends File> files)
          Finds the first file that satisfies the naming constraints of both the data type and part of speech.
 

Constructors in edu.mit.jwi.data with parameters of type IDataType
ContentType(IDataType<T> type, POS pos, ILineComparator comparator)
          Constructs a new ContentType
 



Copyright © 2011. All Rights Reserved.