Evaluating DRD (chain of decision logic) via Java API

Hi,

In a DRD chain of Decision Tables/ Literal Expression, I am able to evaluate individually each of them via DecisionService API.
How can I evaluate complete DRD chain of decision tables/literal expression from Java API (Decision Service API) by passing input variables and getting the final output from the end of the Chain of decision logic in DRD.