Class FeelDecisionTable

  • All Implemented Interfaces:
    org.kie.dmn.feel.runtime.decisiontables.DecisionTable

    public class FeelDecisionTable
    extends java.lang.Object
    implements org.kie.dmn.feel.runtime.decisiontables.DecisionTable
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FeelDecisionTable.FEELOutputClause  
      • Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.decisiontables.DecisionTable

        org.kie.dmn.feel.runtime.decisiontables.DecisionTable.OutputClause
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.util.List<? extends org.kie.dmn.feel.runtime.decisiontables.DecisionTable.OutputClause> getOutputs()  
      • Methods inherited from class java.lang.Object

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

      • FeelDecisionTable

        public FeelDecisionTable​(java.lang.String decisionTableName,
                                 java.util.List<OutputClausesWithType.OutputClauseWithType> outputs,
                                 DMNFEELHelper feelHelper,
                                 java.util.Map<java.lang.String,​org.kie.dmn.feel.lang.Type> allVariableTypes,
                                 org.kie.dmn.api.core.DMNType unknownType)
    • Method Detail

      • getName

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

        public java.util.List<? extends org.kie.dmn.feel.runtime.decisiontables.DecisionTable.OutputClause> getOutputs()
        Specified by:
        getOutputs in interface org.kie.dmn.feel.runtime.decisiontables.DecisionTable