Package | Description |
---|---|
gov.sandia.cognition.text.convert |
Provides classes for converting objects to a textual representation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultiTextualConverter<InputType,OutputType extends Textual>
An abstract implementation of the
MultiTextualConverter interface. |
class |
SingleToMultiTextualConverterAdapter<InputType,OutputType extends Textual>
Adapts a
SingleTextualConverter to work within the interface of an
MultiTextualConverter . |