MultiInstanceComposite clone = (MultiInstanceComposite) container
.getEntity(getName() + "_" + i);
if (clone == null) {
try {
clone = (MultiInstanceComposite) _cloneClone(container
.workspace());
} catch (CloneNotSupportedException ex) {
throw new IllegalActionException(this, ex, "Clone failed.");
}
try {