
You have got the ruleset that contains the decision table that you want to open.
Enter the name of the decision table that you want to open.
String decisiontableName = "Sample DT";
IDecisionTable dt = ruleset.getDecisionTable(decisiontableName);
You get the desired decision table.