// the Ports to ports of the super-component
if (isSubComponent) {
for (IAcmeRepresentationBinding binding : representation
.getBindings()) {
if (binding.getInnerReference().getTarget() == acmePort) {
IAcmePort dest = (IAcmePort) binding
.getOuterReference().getTarget();
addPortAttachments(dest, port, parentSystem);
}
}
}