<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>news.eclipse.modeling.gmf</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/maillist.html</link>
		<description>NewsGroup: news.eclipse.modeling.gmf</description>
		<language>en-us</language>
		<pubDate>Fri, 18 Sep 2009 16:13:23 GMT</pubDate>
		<lastBuildDate>Fri, 18 Sep 2009 16:13:23 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>news.eclipse.modeling.gmf</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.modeling.gmf] Re: Link Mapping Operation</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19902.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Gabriele,</pre><br>
<tt>in your .gmfmap you can specify your link mapping. You have to specify 
Source Feature and Target Feature to your connection source and target 
elements. </tt><br>
<br>
<pre style="margin: 0em;">This is how it should work I think:</pre><br>
<pre style="margin: 0em;">Source Feature:  link.source:node
Target Feature:  link.target:node</pre><br>
<tt>In your ecore of course you need to define, that a link knows about its 
source and its target.</tt><br>
<br>
<pre style="margin: 0em;">Hope that helps,</pre><br>
<pre style="margin: 0em;">Best regards,
Artur</pre><br>
<pre style="margin: 0em;">gabriele wrote:</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I have a connection with inside a String like source and target 
references. This values are the ID of the source and target objects. How 
can I create a Link Mapping?
</tt></blockquote><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Something like
</tt></blockquote><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>&lt;diagram&gt;<br>
  &lt;node id=&quot;A&quot;&gt;<br>
  &lt;node id=&quot;B&quot;&gt;<br>
  &lt;link name=&quot;T&quot;&gt;<br>
     &lt;source id=&quot;A&quot;/&gt;     (id type: String)<br>
     &lt;target id=&quot;B&quot;/&gt;     (id type: String) 
  &lt;/link&gt;<br>
&lt;diagram&gt;
</tt></blockquote><pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 15:55:07 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19902.html</guid>
		<author>addur737@xxxxxxx (Artur Kronenberg)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Re: Update the properties of a link	when he is created</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19901.html</link>
		<description>I have already set up the link to / from I wish I could add in the property value is also in the fields fromContext and toContext just creates the link Where can I see an example of the use of OCL? thanks marco </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">I have already set up the link to / from</pre><br>
<tt>I wish I could add in the property value is also in the fields fromContext 
and toContext just creates the link</tt><br>
<br>
<pre style="margin: 0em;">Where can I see an example of the use of OCL?</pre><br>
<tt>thanks </tt><br>
<br>
<pre style="margin: 0em;">marco</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 14:36:41 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19901.html</guid>
		<author>az2004@xxxxxxx (marco )</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Re: Don't show figure inside other	figure compartment</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19900.html</link>
		<description> hello sorry but you could tell me what to change in the Java class there is a manual eclipse ... hello thanks </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">	
hello</pre><br>
<pre style="margin: 0em;">sorry but you could tell me what to change in the Java class</pre><br>
<pre style="margin: 0em;">there is a manual eclipse ...</pre><br>
<pre style="margin: 0em;">hello thanks</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 14:32:19 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19900.html</guid>
		<author>az2004@xxxxxxx (marco )</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Link Mapping Operation</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19899.html</link>
		<description>I have a connection with inside a String like source and target references. This values are the ID of the source and target objects. How can I create a Link Mapping? Something like &amp;lt;diagram&amp;gt; &amp;lt;node id=&amp;quot;A&amp;quot;&amp;gt; &amp;lt;node id=&amp;quot;B&amp;quot;&amp;gt; &amp;lt;link name=&amp;quot;T&amp;quot;&amp;gt; &amp;lt;source id=&amp;quot;Aot;/&amp;gt; (i...</description>
		<content:encoded><![CDATA[<tt>I have a connection with inside a String like source and target 
references. This values are the ID of the source and target objects. How 
can I create a Link Mapping?</tt><br>
<br>
<tt>Something like<br>
 
&lt;diagram&gt;<br>
 &lt;node id=&quot;A&quot;&gt;<br>
 &lt;node id=&quot;B&quot;&gt;<br>
 &lt;link name=&quot;T&quot;&gt;<br>
    &lt;source id=&quot;A&quot;/&gt;     (id type: String)<br>
    &lt;target id=&quot;B&quot;/&gt;     (id type: String) 
 &lt;/link&gt;<br>
&lt;diagram&gt;</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 12:19:29 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19899.html</guid>
		<author>gabriele.boldrin@xxxxxxx (gabriele )</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Position of side affixed children is not updated properly - Bug in GMF 2.2?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19898.html</link>
		<description>Hello, I have nodes with a label, a compartment, and side affixed children. When I try to set the relative position of the side affixed children programmatically, either using a ChangeBoundsRequest or with a custom command that directly manipulates the not...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello,</pre><br>
<tt>I have nodes with a label, a compartment, and side affixed children. 
When I try to set the relative position of the side affixed children 
programmatically, either using a ChangeBoundsRequest or with a custom 
command that directly manipulates the notation model, the children's 
figures are not updated to the new position even if the notation model 
contains the new values. The new position is visible only after resizing 
the parent node or reloading the model.</tt><br>
<br>
<tt>This problem occured only in the GMF version 2.2 shipped with Galileo; I 
haven't seen this behavior in the previous version. Is it a bug or am I 
doing something wrong?</tt><br>
<br>
<pre style="margin: 0em;">Moving the side affixed children manually by mouse dragging works normally.</pre><br>
<pre style="margin: 0em;">Yours
   Miro Spoenemann</pre><br>
]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 11:11:26 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19898.html</guid>
		<author>msp@xxxxxxx (Miro Sp&#xC2;oenemann)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Re: Shared Editing Domain settings for	drag-drop</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19897.html</link>
		<description>Hello Jan, Yes, i think so. ----------------- Alex Shatalin </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello Jan,</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Do I also have to declared my node as a specialization type to the
original node??
</pre></blockquote><pre style="margin: 0em;">Yes, i think so.</pre><br>
<pre style="margin: 0em;">-----------------
Alex Shatalin</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 10:46:57 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19897.html</guid>
		<author>shatalin@xxxxxxx (Alex Shatalin)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Re: Delete all domain elements and	diagram elements</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19896.html</link>
		<description>Hello Philipp, Use EcoreUtil.CrossReferencer to find incoming references (from diagram instances). ----------------- Alex Shatalin </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello Philipp,</pre><br>
<pre style="margin: 0em;">Use EcoreUtil.CrossReferencer to find incoming references (from diagram instances).</pre><br>
<pre style="margin: 0em;">-----------------
Alex Shatalin</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 10:45:53 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19896.html</guid>
		<author>shatalin@xxxxxxx (Alex Shatalin)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Re: Update the properties of a link	when he is created</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19895.html</link>
		<description>Hello marco, Try using feature sequence initializers for corresponding link mapping in .gmfmap model. This should help you to initialize from/to references (it's possible to properly configure link mapping to sed fromContext/toContext). Then you can try so...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello marco,</pre><br>
<tt>Try using feature sequence initializers for corresponding link mapping in 
.gmfmap model. This should help you to initialize from/to references (it's 
possible to properly configure link mapping to sed fromContext/toContext). 
Then you can try solving a problems with link rerouting.</tt><br>
<br>
<tt>In case you canot implement corresponding functionality using ocl in feature 
sequence initializer then you can modify generated code.</tt><br>
<br>
<pre style="margin: 0em;">-----------------
Alex Shatalin</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 10:40:12 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19895.html</guid>
		<author>shatalin@xxxxxxx (Alex Shatalin)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Re: Don't show figure inside other	figure compartment</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19894.html</link>
		<description>Hello marco, I suggest you extending Shape instead of plain Figure and implement fillShape()/outlineShape() methods (you can first just move current implementation into outlineShape() method. ----------------- Alex Shatalin </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello marco,</pre><br>
<tt>I suggest you extending Shape instead of plain Figure and implement fillShape()/outlineShape() 
methods (you can first just move current implementation into outlineShape() 
method.</tt><br>
<br>
<pre style="margin: 0em;">-----------------
Alex Shatalin</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 10:28:51 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19894.html</guid>
		<author>shatalin@xxxxxxx (Alex Shatalin)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Shared Editing Domain settings for	drag-drop</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19893.html</link>
		<description>Hello, I had to create a &amp;quot;fake&amp;quot; node-mapping in my application to get drag-drop functionality working in GMF. see : http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/msg19539.html Now , I want use Shared Editing Domain for synchronized persistence...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello,</pre><br>
<tt><br>I had to create a &quot;fake&quot; node-mapping in my application to get 
drag-drop functionality working in GMF.</tt><br>
<br>
<tt>see : 
<a  href="http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/msg19539.html">http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/msg19539.html</a></tt><br>
<br>
<tt>Now , I want use Shared Editing Domain for synchronized persistence 
between different editors. I am following the following link,<br>
<a  href="http://wiki.eclipse.org/GMF_Tips#Sharing_single_EditingDomain_instance_across_several_diagrams">http://wiki.eclipse.org/GMF_Tips#Sharing_single_EditingDomain_instance_across_several_diagrams</a></tt><br>
<br>
<tt>In Step 10 , we have to declare specialization type for all duplicating 
types. In this context my &quot;fake&quot; node mapping which is present in 
plugin.xml has the same EClass but a different visual id(which i have 
assigned).</tt><br>
<br>
<tt>Do I also have to declared my node as a specialization type to the 
original node??</tt><br>
<br>
<pre style="margin: 0em;">thx
Jan Red</pre><br>
]]></content:encoded>
		<pubDate>Fri, 18 Sep 2009 09:08:17 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg19893.html</guid>
		<author>janredgmf@xxxxxxx (Jan Red)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
