I have two questions: The first one is regarding nested lanes. I tried to insert a nested lane in my BPMN Model, but the new lane is displayed side by side with the existing one. Is is possible to model nested lanes?
My second question regards the getActivities() Method. I tried to parse the XMI-File and started with the BpmnDiagram loading the Pools with getPools() (it seems that Activities always have to be inserted in a concrete pool). I have now some Activities directly within one pool (without having lanes). Is there a way to get the activities within this pool? The method getActivities() seems to be generated only for Lanes and Groups but not for Pools.