I am implementing a LayoutProvider. My class extends AbstractLayoutNodeProvider and I want to go
though my ecore model to place the LayoutNodes in the diagram.
Unfortunately I found only a reference from each LaoutNode to my ecore model but no link from my
ecore model to the LayoutNode.
Is there any way to solve my problem?
The only way I can think of is to create a temporary HashMap to map my ecore model to the LayoutNode.