Class DTInputClause
- java.lang.Object
-
- org.kie.dmn.feel.runtime.decisiontables.DTInputClause
-
public class DTInputClause extends Object
-
-
Constructor Summary
Constructors Constructor Description DTInputClause(String inputExpression, String inputValuesText, List<UnaryTest> inputValues, CompiledExpression compiledInput, boolean isCollection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompiledExpressiongetCompiledInput()StringgetInputExpression()List<UnaryTest>getInputValues()StringgetInputValuesText()booleanisCollection()
-
-
-
Constructor Detail
-
DTInputClause
public DTInputClause(String inputExpression, String inputValuesText, List<UnaryTest> inputValues, CompiledExpression compiledInput, boolean isCollection)
-
-
Method Detail
-
getInputExpression
public String getInputExpression()
-
getInputValuesText
public String getInputValuesText()
-
getCompiledInput
public CompiledExpression getCompiledInput()
-
isCollection
public boolean isCollection()
-
-