Getting the Decision Table
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.