[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] how to make a node pre-displayed inside another node

Could anybody tell me how to realize the following:

Given that both Node A and Node B possess independent classes in the ecore, and Node B is defined to be drawn inside of Node A (conpartment defined). Then how to realize that when one draws a Node A in the editor, Node B's figure shound exist inside Node A's, there's no need to draw Node B separately.

Thanks a lot!