See: Description
| Interface | Description |
|---|---|
| Analytic<I,O> |
Base interface for the definition of analytical logic.
|
| InputMapper<I,A,MI> |
An
InputMapper maps a given domain input I to an appropriate model input MI for the given
analytic A. |
| Mapper | |
| OutputMapper<I,O,A,MO> |
An
OutputMapper maps a given model input MO to an appropriate domain input O for the given
analytic A by potentially using data from the original input I. |
| Class | Description |
|---|---|
| AbstractFieldMappingAwareDataMapper | |
| MappedAnalytic<I,O,MI,MO,A extends MappedAnalytic<I,O,MI,MO,A>> |
An
Analytic that supports the mapping of input and output
to and from internal representations by applying the given InputMapper
and OutputMapper respectively. |