Class OutputClausesWithType.OutputClauseWithType
- java.lang.Object
-
- org.kie.dmn.core.compiler.alphanetbased.evaluator.OutputClausesWithType.OutputClauseWithType
-
- Enclosing class:
- OutputClausesWithType
public static class OutputClausesWithType.OutputClauseWithType extends Object
-
-
Constructor Summary
Constructors Constructor Description OutputClauseWithType(org.kie.dmn.model.api.OutputClause outputClause, BaseDMNTypeImpl dmnBaseType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseDMNTypeImplgetDmnBaseType()org.kie.dmn.model.api.OutputClausegetOutputClause()
-
-
-
Constructor Detail
-
OutputClauseWithType
public OutputClauseWithType(org.kie.dmn.model.api.OutputClause outputClause, BaseDMNTypeImpl dmnBaseType)
-
-
Method Detail
-
getOutputClause
public org.kie.dmn.model.api.OutputClause getOutputClause()
-
getDmnBaseType
public BaseDMNTypeImpl getDmnBaseType()
-
-