throws ExecutionException {
// just pass it along
EcoreInferenceHandler eih = new EcoreInferenceHandler(this.emfInferenceHandler.resource);
try {
eih.deleteElement(object, container, containerFeature);
} catch (InferenceException e) {
throw new ExecutionException(e.getMessage(), e);
}
return CommandResult.newOKCommandResult();