Class FeelDecisionTable.FEELOutputClause

  • All Implemented Interfaces:
    org.kie.dmn.feel.runtime.decisiontables.DecisionTable.OutputClause
    Enclosing class:
    FeelDecisionTable

    public static class FeelDecisionTable.FEELOutputClause
    extends java.lang.Object
    implements org.kie.dmn.feel.runtime.decisiontables.DecisionTable.OutputClause
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.kie.dmn.feel.codegen.feel11.CompiledFEELExpression compiledDefault  
      protected java.lang.String name  
      protected java.util.List<org.kie.dmn.feel.runtime.UnaryTest> outputValues  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.util.List<org.kie.dmn.feel.runtime.UnaryTest> getOutputValues()  
      protected java.util.List<org.kie.dmn.feel.runtime.UnaryTest> getOutputValuesTests​(DMNFEELHelper feel, java.util.Map<java.lang.String,​org.kie.dmn.feel.lang.Type> variableTypes, org.kie.dmn.api.core.DMNType unknownType, org.kie.dmn.model.api.UnaryTests outputValues)  
      org.kie.dmn.feel.lang.Type getType()  
      boolean isCollection()  
      • Methods inherited from class java.lang.Object

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

      • name

        protected java.lang.String name
      • outputValues

        protected java.util.List<org.kie.dmn.feel.runtime.UnaryTest> outputValues
      • compiledDefault

        protected org.kie.dmn.feel.codegen.feel11.CompiledFEELExpression compiledDefault
    • Method Detail

      • getOutputValuesTests

        protected java.util.List<org.kie.dmn.feel.runtime.UnaryTest> getOutputValuesTests​(DMNFEELHelper feel,
                                                                                          java.util.Map<java.lang.String,​org.kie.dmn.feel.lang.Type> variableTypes,
                                                                                          org.kie.dmn.api.core.DMNType unknownType,
                                                                                          org.kie.dmn.model.api.UnaryTests outputValues)
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.kie.dmn.feel.runtime.decisiontables.DecisionTable.OutputClause
      • getOutputValues

        public java.util.List<org.kie.dmn.feel.runtime.UnaryTest> getOutputValues()
        Specified by:
        getOutputValues in interface org.kie.dmn.feel.runtime.decisiontables.DecisionTable.OutputClause
      • getType

        public org.kie.dmn.feel.lang.Type getType()
        Specified by:
        getType in interface org.kie.dmn.feel.runtime.decisiontables.DecisionTable.OutputClause
      • isCollection

        public boolean isCollection()
        Specified by:
        isCollection in interface org.kie.dmn.feel.runtime.decisiontables.DecisionTable.OutputClause