Hypertext currentDescription = influencingFactor.getDescription();
if (currentDescription == null) {
currentDescription = EMFfitModelFactory.eINSTANCE.createHypertext();
influencingFactor.setDescription(currentDescription);
}
new UpdateHypertextContentsCommand(currentDescription, newDescription)
.runWithoutUnicaseCommand();
}