T - the parameterization of the data type for this content typepublic interface IContentType<T> extends IHasPOS, IHasCharset
Objects that implement this interface represent all possible types of content that are contained in the dictionary data resources. Each unique object of this type will correspond to a particular resource or file.
In the standard Wordnet distributions, examples of content types would include, but would not be limited to, Index, Data, and Exception files for each part of speech.
| Modifier and Type | Method and Description |
|---|---|
IDataType<T> |
getDataType()
Returns the assigned resource type of this object.
|
ILineComparator |
getLineComparator()
Returns a comparator that can be used to determine ordering between
different lines of data in the resource.
|
getCharsetIDataType<T> getDataType()
nullILineComparator getLineComparator()
null.null if there is no comparatorCopyright © 2018. All rights reserved.