Skip to content
Snippets Groups Projects
Commit 6f357c1c authored by Christoph Döbber's avatar Christoph Döbber
Browse files

implemented deployment

parent 64162796
No related branches found
No related tags found
No related merge requests found
......@@ -312,6 +312,9 @@ public abstract class HierarchicElementCompositorBase<HE extends IHierarchicElem
protected boolean decomposeSpecification(IModelElementSpecification element) {
System.out.println("specification: " + element + " ### " + this);
if (IElementCompositorService.INSTANCE.canDecompose(element)) {
return IElementCompositorService.INSTANCE.decompose(element);
}
EcoreUtil.delete(element);
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment