for(int i=0;i<andNodeList.getLength();i++){
            String id = andNodeList.item(i).getAttributes().getNamedItem("id").getNodeValue();
            float[] xy = getBPMNElementCoordinatesXY(bpmnXml, id);
            GeneratedElements ge = pnm.processElement(id, "and", id, xy[0], xy[1]);