Class FeelDecisionTable
- java.lang.Object
-
- org.kie.dmn.core.compiler.alphanetbased.FeelDecisionTable
-
- All Implemented Interfaces:
org.kie.dmn.feel.runtime.decisiontables.DecisionTable
public class FeelDecisionTable extends Object implements org.kie.dmn.feel.runtime.decisiontables.DecisionTable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFeelDecisionTable.FEELOutputClause
-
Constructor Summary
Constructors Constructor Description FeelDecisionTable(String decisionTableName, List<OutputClausesWithType.OutputClauseWithType> outputs, DMNFEELHelper feelHelper, Map<String,org.kie.dmn.feel.lang.Type> allVariableTypes, org.kie.dmn.api.core.DMNType unknownType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()List<? extends org.kie.dmn.feel.runtime.decisiontables.DecisionTable.OutputClause>getOutputs()
-
-
-
Constructor Detail
-
FeelDecisionTable
public FeelDecisionTable(String decisionTableName, List<OutputClausesWithType.OutputClauseWithType> outputs, DMNFEELHelper feelHelper, Map<String,org.kie.dmn.feel.lang.Type> allVariableTypes, org.kie.dmn.api.core.DMNType unknownType)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.kie.dmn.feel.runtime.decisiontables.DecisionTable
-
getOutputs
public List<? extends org.kie.dmn.feel.runtime.decisiontables.DecisionTable.OutputClause> getOutputs()
- Specified by:
getOutputsin interfaceorg.kie.dmn.feel.runtime.decisiontables.DecisionTable
-
-