throws ExecutionException {
// just pass it along
EcoreInferenceHandler eih = new EcoreInferenceHandler(this.emfInferenceHandler.resource);
try {
eih.addReference(element, reference, value);
} catch (InferenceException e) {
throw new ExecutionException(e.getMessage(), e);
}
return CommandResult.newOKCommandResult();