Uses of Interface
org.kie.dmn.feel.runtime.decisiontables.DecisionTable.OutputClause
-
Packages that use DecisionTable.OutputClause Package Description org.kie.dmn.feel.runtime.decisiontables -
-
Uses of DecisionTable.OutputClause in org.kie.dmn.feel.runtime.decisiontables
Classes in org.kie.dmn.feel.runtime.decisiontables that implement DecisionTable.OutputClause Modifier and Type Class Description classDTOutputClauseMethods in org.kie.dmn.feel.runtime.decisiontables that return types with arguments of type DecisionTable.OutputClause Modifier and Type Method Description List<? extends DecisionTable.OutputClause>DecisionTable. getOutputs()Method parameters in org.kie.dmn.feel.runtime.decisiontables with type arguments of type DecisionTable.OutputClause Modifier and Type Method Description static Map<Integer,String>DecisionTableImpl. checkResults(List<? extends DecisionTable.OutputClause> outputs, EvaluationContext ctx, List<? extends Indexed> matches, List<Object> results)static <T> Collector<T,?,Object>HitPolicy. singleValueOrContext(List<? extends DecisionTable.OutputClause> outputs)
-