|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|
IDataProvider.resolveContentType(IDataType<T> dt,
POS pos)
Returns the first content type, if any, that matches the specified data type and pos object. |
|
|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |