assertNotNull(literalShape);
assertNotNull(linked.eContainer());
assertTrue(literalShape.getAnchors().size() > 0);
ProcessingElementParameter param = null;
Shape paramShape = null;
for (Shape s :peShape.getChildren()) {
linked = ls.getBusinessObjectForLinkedPictogramElement(s);
if (linked instanceof ProcessingElementParameter) {
ProcessingElementParameter paramTmp =
(ProcessingElementParameter) linked;
if (paramTmp.getName().equals("input")) {
param = paramTmp;
paramShape = s;
break;
}
}