After launching the GMF project, I get a new window to make my own model.
After placing some nodes and connections, I should calculate according to their attributes. At first, HOW can I obtain all the information of every node and every connection?
|
After launching the GMF project, I get a new window to make my own model. After placing some nodes and connections, I should calculate according to their attributes. At first, HOW can I obtain all the information of every node and every connection? | ||||
|
feedback
|
|
First , let's get the relevant editor:
Now, you can either get all the editparts in your diagram , getting the relevant model from them:
gets you a list of EditParts. Or, you can get the model objects directly with:
That gives you a list of all the model objects in the active editor. Hope that answers your question | |||
|
feedback
|