How to remove a model object from an EMF model and its GEF Editor via Adapter
- by s.d
This question is principally a follow-up to my question about EMF listening mechanisms.
So, I have a third-party EMF model (uneditable) which is based on a generic graph model. The structure is as follows:
Project
|
ItemGraph
|
Item
|
Document
|
DocumentGraph
/ | \
Tokens Nodes Relations(Edges)
…