Show TOC

Getting the Decision TableLocate this document in the navigation structure

Prerequisites

You have got the ruleset that contains the decision table that you want to open.

Procedure

Enter the name of the decision table that you want to open.

            String decisiontableName = "Sample DT";
IDecisionTable dt = ruleset.getDecisionTable(decisiontableName);
         
Result

You get the desired decision table.