<?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, 03 Jul 2009 21:16:05 GMT</pubDate>
		<lastBuildDate>Fri, 03 Jul 2009 21:16:05 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] Using OCL to map an association</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18842.html</link>
		<description>Hi, I would like to know what is the best way to map my associations. I have five Class on my metamodel that extends to my Entity Class, each one can be associated to the other (but not with itself), to simplify my metamodel I created a Class Association t...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi,</pre><br>
<tt>I would like to know what is the best way to map my associations.  </tt><br>
<br>
<tt>I have five Class on my metamodel that extends to my Entity Class, each 
one can be associated to the other (but not with itself), to simplify my 
metamodel I created a Class Association that have source and target typed 
with my Entity Class. So in the diagram my source and target can be anyone 
of my five Class.<br>
The problem is that I need to set a diferent label for each kind of 
Association.<br>
For exemple: </tt><br>
<br>
<pre style="margin: 0em;">A &lt;-&gt; B with Label = 'in'
B &lt;-&gt; C with Label = 'out'
A &lt;-&gt; C with Label = 'main'</pre><br>
<tt>So I created more five associations that extends to my Association Class. 
Each one with it default label.</tt><br>
<br>
<tt>But when I'm on the mapping step I don't know how to differ one 
association to the other.  
I think I can use OCL but I don't even know how to ...</tt><br>
<br>
<tt>One solution that someone did before me, is to create two association for 
each relation like this</tt><br>
<br>
<pre style="margin: 0em;">association 1.1 : source(A) target(B) label = 'in'
association 1.2 : source(B) target(A) label = 'in'</pre><br>
<pre style="margin: 0em;">But I think it's not a good solution</pre><br>
<pre style="margin: 0em;"><br>If someone have an ideia I would be glad.</pre><br>
<pre style="margin: 0em;">Thanks</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 21:02:44 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18842.html</guid>
		<author>fabricio.pellegrini@xxxxxxx (Fabricio Pellegrini)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Copy / Paste in GMF</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18841.html</link>
		<description>Hi, I'm having the same problem defined here: http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/msg02305.html Basically the pasted element is not added to the model element and thus there are some changes I cannot make to the pasted element, also ...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi,</pre><br>
<pre style="margin: 0em;">I'm having the same problem defined here:
<a  href="http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/msg02305.html">http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/msg02305.html</a></pre><br>
<tt>Basically the pasted element is not added to the model element and thus 
there are some changes I cannot make to the pasted element, also when I 
reload the diagram the pasted elements disappear</tt><br>
<br>
<tt>I'm wondering if someone who had encountered this issue before managed 
to find a solution?</tt><br>
<br>
<pre style="margin: 0em;">thank you in advance,
Johan</pre><br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 18:23:44 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18841.html</guid>
		<author>johan.harjono@xxxxxxx (Johan Harjono)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] LayoutService.layout() in	LayoutEditPolicy</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18840.html</link>
		<description>Hi, I have a gmf editor with a custom ILayoutNodeProvider, I can call my ILayoutNodeProvider with &amp;quot;Arrange All&amp;quot; GMF actionSet button, layout is correctly executed. Now I want this ILayoutNodeProvider be executed each time a Top Node is added to my Diagram....</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi,</pre><br>
<tt>I have a gmf editor with a custom ILayoutNodeProvider, I can call my 
ILayoutNodeProvider with &quot;Arrange All&quot; GMF actionSet button, layout is 
correctly executed.</tt><br>
<br>
<tt>Now I want this ILayoutNodeProvider be executed each time a Top Node is 
 added to my Diagram.</tt><br>
<br>
<pre style="margin: 0em;">Where can I insert my LayoutService.layout(...) call?
It seems in LayoutEditPolicy but this doesn't works.</pre><br>
<pre style="margin: 0em;">Thanks.</pre><br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 14:50:17 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18840.html</guid>
		<author>dugueperoux.esteban@xxxxxxx (Esteban DUGUEPEROUX)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Re: generate code from .gmfgen</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18839.html</link>
		<description>Hi, Returning to this issue after a lot of months of other related work I am trying to use the TransformToGenModelOperation and TransformToGenModelWizard as advised by Alex. I am getting the following exception: org.eclipse.core.runtime.CoreException: Erro...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi,</pre><br>
<tt>Returning to this issue after a lot of months of other related work I am 
trying to use the TransformToGenModelOperation and 
TransformToGenModelWizard as advised by Alex.</tt><br>
<br>
<pre style="margin: 0em;">I am getting the following exception:</pre><br>
<tt>org.eclipse.core.runtime.CoreException: Errors while loading Mapping model<br>
	at 
org.eclipse.gmf.internal.bridge.transform.TransformToGenModelOperation.loadMappingModel(TransformToGenModelOperation.java:164)<br>
	at 
bt.com.ccm.generation.plugin.actions.GenerateDiagram.&lt;init&gt;(GenerateDiagram.java:85)<br>
	at 
bt.com.ccm.generation.plugin.actions.GenerateAction.run(GenerateAction.java:91)<br>
	at 
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)<br>
	at 
org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)<br>
	at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583)<br>
	at 
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500)<br>
	at 
org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)<br>
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)<br>
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)<br>
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)<br>
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)<br>
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)<br>
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)<br>
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)<br>
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)<br>
	at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)<br>
	at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)<br>
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)<br>
	at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)<br>
	at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)<br>
	at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)<br>
	at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)<br>
	at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)<br>
	at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)<br>
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br>
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br>
	at java.lang.reflect.Method.invoke(Unknown Source)<br>
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)<br>
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)<br>
	at org.eclipse.equinox.launcher.Main.run(Main.java:1236)<br>
	at org.eclipse.equinox.launcher.Main.main(Main.java:1212)<br>
Caused by: java.lang.NullPointerException<br>
	at 
org.eclipse.gmf.internal.bridge.transform.TransformToGenModelOperation.loadMappingModel(TransformToGenModelOperation.java:149)<br>
	... 32 more</tt><br>
<br>
<tt>Which occurs at the following code - specifically at the statement String 
msg = Messages.Tra.......</tt><br>
<br>
<tt>if (!(root instanceof Mapping)) {<br>
				String msg = 
MessageFormat.format(Messages.TransformToGenModelOperation_e_wrong_root_element, 
root.getClass().getName());<br>
				status = Plugin.createError(msg, null);<br>
				throw new CoreException(status);<br>
			}</tt><br>
<br>
<tt>I don't seem to understand what is the problem and why the loading of the 
gmfmap file fails. I have validated the gmfmap file I am using and it is 
just fine. The code I have implemented is the following:</tt><br>
<br>
<tt>@SuppressWarnings(&quot;restriction&quot;)<br>
	public GenerateDiagram(){<br>
		<br>
		<br>
		resourceSet = new ResourceSetImpl();<br>
		<br>
		Resource genmodel = new ResourceImpl();<br>
		genmodel = 
resourceSet.createResource(URI.createPlatformResourceURI(&quot;/bt.com.ccm.generation.plugin/model/product.genmodel&quot;, 
true)); 
		System.out.println(&quot;print genmodel: &quot;+genmodel.toString());<br>
		<br>
		Resource gmfgraph = new ResourceImpl();<br>
		gmfgraph = 
resourceSet.createResource(URI.createPlatformResourceURI(&quot;/bt.com.ccm.generation.plugin/model/product.gmfgraph&quot;, 
true)); 
		System.out.println(&quot;print gmfgraph: &quot;+gmfgraph.toString());<br>
		<br>
		Resource gmftool = new ResourceImpl();<br>
		gmftool = 
resourceSet.createResource(URI.createPlatformResourceURI(&quot;/bt.com.ccm.generation.plugin/model/product.gmftool&quot;, 
true)); 
		System.out.println(&quot;print gmftool: &quot;+gmftool.toString());<br>
		<br>
		Resource gmfmap = new ResourceImpl();<br>
		gmfmap = 
resourceSet.createResource(URI.createPlatformResourceURI(&quot;/bt.com.ccm.generation.plugin/model/product.gmfmap&quot;, 
true)); 
		System.out.println(&quot;print gmfmap: &quot;+gmfmap.toString());<br>
		<br>
		resourceSet.getResources().add(genmodel);<br>
		resourceSet.getResources().add(gmfgraph);<br>
		resourceSet.getResources().add(gmftool);<br>
		resourceSet.getResources().add(gmfmap);<br>
		<br>
		TransformToGenModelOperation tgmfgen = new 
TransformToGenModelOperation(resourceSet);<br>
		<br>
		<br>
		try {<br>
			NullProgressMonitor np = new NullProgressMonitor();<br>
			<br>
			tgmfgen.loadMappingModel(gmfmap.getURI(),np);<br>
			tgmfgen.loadGenModel(genmodel.getURI(), np);<br>
			<br>
			GenModel genmmodel = tgmfgen.findGenmodel();<br>
			<br>
			IFile target = (IFile)new File(&quot;product.gmfgen&quot;);<br>
			tgmfgen.setGenURI(URI.createPlatformResourceURI(target.getFullPath().toString(), 
true));</tt><br>
<br>
<pre style="margin: 0em;">			
		} catch (CoreException e) {
			// TODO Auto-generated catch block
			e.printStackTrace();
		}</pre><br>
<tt>		//IProgressMonitor monitor = 
		//	 
(IProgressMonitor)getProject().getReferences().get(AntCorePlugin.ECLIPSE_PROGRESS_MONITOR);<br>
		<br>
		NullProgressMonitor np = new NullProgressMonitor();<br>
		System.out.println(&quot;created IProgressMOnitor: &quot;);<br>
		tgmfgen.setGenURI(URI.createPlatformResourceURI(&quot;/bt.com.ccm.generation.plugin/model/product.gmfgen&quot;, 
true));<br>
		tgmfgen.executeTransformation(np);<br>
	}</tt><br>
<br>
<pre style="margin: 0em;">Any ideas?</pre><br>
<pre style="margin: 0em;">Thanks,</pre><br>
<pre style="margin: 0em;">Achilleas</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 13:56:23 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18839.html</guid>
		<author>aachila@xxxxxxx (Achilleas )</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Re: Problem with compartments</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18838.html</link>
		<description>It's working now. Thanks Now I would like to know if I can set a default size to the compartment, because if I set the flow layout to the package, the compartment appears too little and i need to find where is it on the figure. </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">It's working now.</pre><br>
<tt>Thanks </tt><br>
<br>
<tt>Now I would like to know if I can set a default size to the compartment, 
because if I set the flow layout to the package, the compartment appears 
too little and i need to find where is it on the figure.</tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 13:49:33 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18838.html</guid>
		<author>fabricio.pellegrini@xxxxxxx (Fabricio Pellegrini)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Separate section for connection and	entity in pallette</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18837.html</link>
		<description> Hello, How can I separate connections and entities in palette, i.e., first have a header Entities and then list of entitie's names, then a header Connections and then list of connection's names? </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">Hello,</pre><br>
<tt>How can I separate connections and entities in palette, i.e., first have a 
header Entities and then list of entitie's names, then a header 
Connections and then list of connection's names?   </tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 13:48:46 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18837.html</guid>
		<author>alireza.rm@xxxxxxx (Alireza )</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Re: How to visualize a reference?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18836.html</link>
		<description>Hello Peter, Ok. You can create derived attribute in Edge class and implement EMF-generated get/set methods to return correspnding name value. ----------------- Alex Shatalin </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello Peter,</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>I tried that, but I can only select attributes of Edge.* This is the
</tt></blockquote><tt>Ok. You can create derived attribute in Edge class and implement EMF-generated 
get/set methods to return correspnding name value.</tt><br>
<br>
<pre style="margin: 0em;">-----------------
Alex Shatalin</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 12:59:18 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18836.html</guid>
		<author>vano@xxxxxxx (Alex Shatalin)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Re: Top Nodes with same class Element -	no display at the creation</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18835.html</link>
		<description>Alex Shatalin a &amp;#xC3;crit : In addition to &amp;quot;feature sequence initializer&amp;quot; you have to add corresponding Constraints. This is important to let GMF diagram updater determine how to represent particular domain model element. E.G.: - two node mappings referencing ...</description>
		<content:encoded><![CDATA[<tt>Alex Shatalin a &#xC3;crit :
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hello Aurelien,</pre><br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">How I do that :
- one top node for each &quot;profile&quot; with different &quot;feature seq
initializer&quot;
</pre></blockquote><tt>In addition to &quot;feature sequence initializer&quot; you have to add 
corresponding Constraints. This is important to let GMF diagram updater 
determine how to represent particular domain model element. E.G.:<br>
- two node mappings referencing same metaclass with feature initializers 
1. featureA -&gt; value1 2. featureA-&gt;value2</tt><br>
<br>
<tt>In this case we have to create two constraints featureA = value1 / 
featureA = value2 for each of NodeMappings in accordance.</tt><br>
<br>
<pre style="margin: 0em;">-----------------
Alex Shatalin</pre><br>
<br>
</blockquote><pre style="margin: 0em;"><br>doesn't work so fine finally...</pre><br>
<tt>The problem is that featureA after being initialized can switch from value1 to value2... Or I have the constraint for 
the top node, so it disappears...</tt><br>
<br>
<tt>In addition, I want to have multiple initializers so, multiple values and so a lot of duplicate code. (if it was only 
generated code which was duplicated it wouldn't be so annoying but I customise display with another XXXeditPartProvider)</tt><br>
<br>
<pre style="margin: 0em;"><br>So is there another way to propose different initialization to the user?
Adding a menu item directly in the pop-up menu of creation?
other...</pre><br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 12:58:44 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18835.html</guid>
		<author>aurelien.pupier@xxxxxxx (Aurelien Pupier)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Re: Issue with Layouts before in	gmfgraph diagrams</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18834.html</link>
		<description>I am using GMF SDK 2.2.0.v20090114-0940-7C7B3BLund3tnivqKNVdZqeqJTs5 on Eclipse Galileo (3.5.0.I20090611-1540), and on Windows XP. And thanks for the advice on the layout's combinations ;) Maxence </description>
		<content:encoded><![CDATA[<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>It's strange you have different EClass viewmapping. Can you please specify 
GMF version you are using + OS.
</tt></blockquote><tt><br>I am using GMF SDK 2.2.0.v20090114-0940-7C7B3BLund3tnivqKNVdZqeqJTs5 on 
Eclipse Galileo (3.5.0.I20090611-1540), and on Windows XP.</tt><br>
<br>
<pre style="margin: 0em;">And thanks for the advice on the layout's combinations ;)</pre><br>
<pre style="margin: 0em;">Maxence</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 12:43:10 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18834.html</guid>
		<author>bezienatos@xxxxxxx (Maxence Vanbesien)</author>
	</item>
	<item>
		<title>[news.eclipse.modeling.gmf] Re: How to visualize a reference?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18833.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hello Alex,</pre><br>
<pre style="margin: 0em;">I tried that, but I can only select attributes of Edge.*
This is the Link mapping I have now:</pre><br>
<pre style="margin: 0em;">  &lt;links&gt;
    &lt;domainMetaElement
        href=&quot;cif.ecore#//Edge&quot;/&gt;
    &lt;labelMappings
        xsi:type=&quot;gmfmap:FeatureLabelMapping&quot;
        viewPattern=&quot;&quot;
        editorPattern=&quot;&quot;
        editPattern=&quot;&quot;&gt;
      &lt;diagramLabel
          href=&quot;cif.gmfgraph#EdgeUrgentLabel&quot;/&gt;
      &lt;features
          href=&quot;cif.ecore#//Edge/urgent&quot;/&gt;
    &lt;/labelMappings&gt;
    &lt;containmentFeature
        href=&quot;cif.ecore#//Automaton/edges&quot;/&gt;
    &lt;tool
        xsi:type=&quot;gmftool:CreationTool&quot;
        href=&quot;cif.gmftool#//@palette/@tools.0/@tools.2&quot;/&gt;
    &lt;diagramLink
        href=&quot;cif.gmfgraph#Edge&quot;/&gt;
    &lt;sourceMetaFeature
        xsi:type=&quot;ecore:EReference&quot;
        href=&quot;cif.ecore#//Edge/sourceLocation&quot;/&gt;
    &lt;linkMetaFeature
        xsi:type=&quot;ecore:EReference&quot;
        href=&quot;cif.ecore#//Edge/targetLocation&quot;/&gt;
  &lt;/links&gt;</pre><br>
<pre style="margin: 0em;">Peter Thijs</pre><br>
<tt>Alex Shatalin wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hello Peter,</pre><br>
<tt>Use FeatureLabelMapping (child element of LinkMapping). See ecore 
diagram example for the details.</tt><br>
<br>
<pre style="margin: 0em;">-----------------
Alex Shatalin</pre><br>
<br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 12:39:13 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.modeling.gmf/msg18833.html</guid>
		<author>p.a.h.thijs@xxxxxxx (Peter Thijs)</author>
	</item>

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