Class EfestoOutputDrlMap

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

    public class EfestoOutputDrlMap
    extends org.kie.drl.engine.runtime.model.EfestoOutputDrl<java.util.Map<java.lang.String,​java.lang.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

      Constructors 
      Constructor Description
      EfestoOutputDrlMap​(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, java.util.Map<java.lang.String,​java.lang.Object> inputData)  
    • Method Summary

      • Methods inherited from class org.kie.efesto.runtimemanager.api.model.AbstractEfestoOutput

        getModelLocalUriId, getOutputData
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EfestoOutputDrlMap

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