I
- the input typeO
- the output typeA
- the analytic model typeMO
- the model output typepublic interface OutputMapper<I,O,A,MO> extends Mapper
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
.