Interface | Description |
---|---|
OccurrenceInText<DataType> |
An interface for a marker that some data occurred in some span of text.
|
Textual |
Interface for a class that contains text.
|
Class | Description |
---|---|
AbstractOccurrenceInText<DataType> |
An abstract implementation of the
OccurrenceInText interface. |
AbstractTextual |
A default implementation of the
Textual interface. |
DefaultTextual |
A default implementation of the
Textual interface that just stores
a string value. |