c.remove(location, ops);
if (this.getLevel() > 0 && c.isEmpty()) {
it.remove();
if (EnvironmentIDs.isDestructible(URI.create(this
.getTarget()))) {
ops.add(new IsolationEnvironmentOperation(
IsolationEnvironmentOperation.Type.DESTROY,
this.getTarget()));
}
}
break;