Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » Affixed Parent Side attribute
Affixed Parent Side attribute [message #1155323] Fri, 25 October 2013 21:14 Go to next message
serhat gezgin is currently offline serhat gezginFriend
Messages: 243
Registered: January 2013
Location: Izmir
Senior Member
Hi all,

I use affixed node as;


gmf.node(figure="com.mdd4cca.msf.workflow.figures.SendTaskFigure", label.icon="false", label="name", label.placement="external")
class Component extends NamedElement {
   @gmf.affixed(foo="bar")
   val Port1[1] outPort;
   @gmf.affixed(foo="bar")
   val Port2[1] inPort;
}

@gmf.node(figure="com.mdd4cca.msf.workflow.figures.Port1", label.icon="false", label="name", label.placement="external")
class Port1 {
   attr String[1] name;
}

@gmf.node(figure="com.mdd4cca.msf.workflow.figures.Port2", label.icon="false", label="name", label.placement="external")
class Port2 {
    attr String[1] name;
}



it works but when i set affixed nodes Affixed Parent side it dont work

i set Port1 side as WEST and Port2 side as EAST but they created on (NORTH and WEST)

i think editpart of Component code can't created as expected

anyone can help me to solve this ?

Regards
Re: Affixed Parent Side attribute [message #1158457 is a reply to message #1155323] Sun, 27 October 2013 23:59 Go to previous message
Dimitris Kolovos is currently offline Dimitris KolovosFriend
Messages: 2162
Registered: July 2009
Location: York, UK
Senior Member

Hi Serhat,

Eugenia does not have control over the location of affixed nodes so I'm afraid this sounds like a GMF issue.

Cheers,
Dimitris
Previous Topic:[ETL] Error "Property 'stereotype' not found in object Class [...]"
Next Topic:Importing problems
Goto Forum:
  


Current Time: Tue Apr 16 16:53:47 GMT 2024

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

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

Back to the top