Im working on a model to text transformer to generate html file from the
GMF model.
I have some problem with the persisted model because it does not contain
all the relevant information for the transformation, for example: the
width and the height fields are set to auto-size (-1) or if the diagram
was not 'touched' then the file contains only the root diagram node.
My question is that how can I persist the relevant nodes and fields even
if their graphical information was not modified?