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 java.io.File DataType.find(IDataType<?> type, POS pos, java.util.Collection<? extends java.io.File> files)
          Finds the first file that satisfies the naming constraints of both the data type and part of speech.
<T> IContentType<T>
IDataProvider.resolveContentType(IDataType<T> dt, POS pos)
          Returns the first content type, if any, that matches the specified data type and pos object.
<T> IContentType<T>
FileProvider.resolveContentType(IDataType<T> dt, POS pos)
           
 

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



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