Class EfestoOutputDrlMap
java.lang.Object
org.kie.efesto.runtimemanager.api.model.AbstractEfestoOutput<T>
org.kie.drl.engine.runtime.model.EfestoOutputDrl<Map<String,Object>>
org.kie.drl.engine.runtime.mapinput.model.EfestoOutputDrlMap
- All Implemented Interfaces:
org.kie.efesto.runtimemanager.api.model.EfestoOutput<Map<String,Object>>
EfestoOutputDrl specific for map input usage.
Its scope it is to return a Map with the result of the evaluation.
To be used, for example, by PMML-
Constructor Summary
ConstructorsConstructorDescriptionEfestoOutputDrlMap(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, Map<String, Object> inputData) -
Method Summary
Methods inherited from class org.kie.efesto.runtimemanager.api.model.AbstractEfestoOutput
getModelLocalUriId, getOutputData
-
Constructor Details
-
EfestoOutputDrlMap
-