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>>

public class EfestoOutputDrlMap extends EfestoOutputDrl<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 Details

    • EfestoOutputDrlMap

      public EfestoOutputDrlMap(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, Map<String,Object> inputData)