Class DMNResultCollector

  • All Implemented Interfaces:
    org.drools.ancompiler.ResultCollectorSink

    public class DMNResultCollector
    extends java.lang.Object
    implements org.drools.ancompiler.ResultCollectorSink
    • Constructor Summary

      Constructors 
      Constructor Description
      DMNResultCollector​(int row, java.lang.String columnName, Results results, org.drools.model.functions.Function1<org.kie.dmn.feel.lang.EvaluationContext,​java.lang.Object> outputEvaluationFunction)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void collectObject()  
      • Methods inherited from class java.lang.Object

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

      • DMNResultCollector

        public DMNResultCollector​(int row,
                                  java.lang.String columnName,
                                  Results results,
                                  org.drools.model.functions.Function1<org.kie.dmn.feel.lang.EvaluationContext,​java.lang.Object> outputEvaluationFunction)
    • Method Detail

      • collectObject

        public void collectObject()
        Specified by:
        collectObject in interface org.drools.ancompiler.ResultCollectorSink