Interface | Description |
---|---|
AvailabilityObserver | |
Grammar | |
LanguageConstants | |
MutableSentenceData |
An extension of the
SentenceData interface that supports
modifications and the ability to notify registered SentenceDataListener
objects about changes to a certain MutableSentenceData object. |
SentenceData |
Abstract representation of a single sentence
|
SentenceDataList | |
SentenceDataListener |
Listener interface to handle changes in
MutableSentenceData
objects. |
SentenceDataReader |
Deserialization handler for
SentenceData objects. |
SentenceDataWriter |
Class | Description |
---|---|
AbstractMutableSentenceData | |
BasicSentenceData<P extends de.ims.icarus.util.CompactProperties> | |
BasicSentenceData.Key | |
CompoundSentenceData | |
LanguageManager | |
LanguageUtils | |
SentenceDataEvent |
Abstract base class of all objects that represent
changes occurring within
MutableSentenceData objects. |
Enum | Description |
---|---|
DataType |
Exception | Description |
---|---|
UnsupportedSentenceDataException |
Signals that a given
SentenceData object did not match
the requirements of a certain method. |