Class EfestoOutputDrlMap

  • All Implemented Interfaces:
    org.kie.efesto.runtimemanager.api.model.EfestoOutput<Map<String,​Object>>

    public class EfestoOutputDrlMap
    extends org.kie.drl.engine.runtime.model.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 Detail

      • EfestoOutputDrlMap

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