Searched refs:laneSet (Results 1 – 1 of 1) sorted by relevance
15304 function handleLaneSet(laneSet, context) { argument15305 forEach(laneSet.lanes, contextual(handleLane, context));48496 var laneSet, laneSets;48500 laneSet = container.childLaneSet;48502 if (!laneSet) {48503 laneSet = this._bpmnFactory.create('bpmn:LaneSet');48504 container.childLaneSet = laneSet;48505 laneSet.$parent = container;48508 return laneSet;48518 laneSet = laneSets[0];[all …]