Hi,
I generated a BPMN diagram and saved it in a file. For my further work I
only need the *.bpmn file which contains the model without the visual
information for the editor.
This model I've already loaded with the help of a resourceSet into an
object of BpmnPackage. My question is if there are already some methods to
traverse this graph which is instantiate in an object from the type
BpmnPackage.
In my case I want to follow the process flow from a begin event to an end
event.