After you imported your model, you can search for elements by their id or by the type of element.

    You can also access the child elements of an element or references to other elements. For example,a decision has a required decision which it depends on.A required decision is represented by a element inside an informationRequirement XML element.

    You can now use the DMN model API to get the input elements of the required decisions.