Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Adding child not supported by GMF
Adding child not supported by GMF [message #162912] Tue, 27 November 2007 18:21
Eclipse UserFriend
Originally posted by: ali.akar.geensys.com

hello,

I will describe the context :

I have a System which contains processes. Each process is typed by a
ProcessType. ProcessType has ports. Many processes can be typed by one
ProcessType. here is an xml description :

<PACKAGE xmlns="http://myModel.org/1.3">
<ELEMENTS>
<SYSTEM>
<NAME>mySystem</NAME>
<COMPONENTS>
<PROCESS>
<NAME>myProcess</NAME>
<type>myProcessType</type>
</PROCESS>
</COMPONENTS>
</SYSTEM>
<PROCESS-TYPE>
<NAME>myProcessType</NAME>
<PORTS>
<P-PORT>
<NAME>Port1</NAME>
</P-PORT>
<P-PORT>
<NAME>port2</NAME>
</P-PORT>
</PORTS>
</PROCESS-TYPE>
</ELEMENTS>
</PACKAGE>

I want to show on each process figure the ports of his type. on the
processEditPart I can get the list of ports and then ???
any idea ?

thx in advance
Ali
Previous Topic:One Label with two Features
Next Topic:Connecting two nodes makes them disappear
Goto Forum:
  


Current Time: Fri Apr 26 10:07:22 GMT 2024

Powered by FUDForum. Page generated in 0.02788 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top