Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [Eugenia] Create Undefined ???
[Eugenia] Create Undefined ??? [message #763768] Sat, 10 December 2011 14:32 Go to next message
Snakebyte Missing name is currently offline Snakebyte Missing nameFriend
Messages: 130
Registered: November 2011
Senior Member
Hello everybody,

i got the following problem with my model.
My model looks like this :

@namespace(uri="gsnmodel", prefix="gsnmodel")
@gmf(foo="bar")
package gsnModel;

@gmf.diagram(onefile="true")
class Module 
{
        val Goal[*] modulegoals;
}

@gmf.node(label="identifier", border.width="2",border.color="0,0,0",size="130,50",figure="rectangle")
class Goal extends StandardNode 
{
        @gmf.link(target.decoration="filledclosedarrow")
	ref Goal [*] Goals;
	@gmf.link(target.decoration="closedarrow")
	ref Goal [*] ContextGoals;
}


if i now want to create a connection with the 2 little boxes from one goal zu another...
I can choose which one i want to take, this is exactly what i want...
But i can choose between "Create Undefined" and "Create Undefined"...how can i change these labels ?


Greetings
Snakebyte
Re: [Eugenia] Create Undefined ??? [message #763835 is a reply to message #763768] Sat, 10 December 2011 17:36 Go to previous messageGo to next message
Dimitris Kolovos is currently offline Dimitris KolovosFriend
Messages: 2154
Registered: July 2009
Location: York, UK
Senior Member

Hi,

Again, this is a pure GMF question - for which however I happen to know the answer Smile You can change this in plugin.properties of your xyz.diagram plugin.

Cheers,
Dimitris
Re: [Eugenia] Create Undefined ??? [message #763871 is a reply to message #763835] Sat, 10 December 2011 19:36 Go to previous messageGo to next message
Snakebyte Missing name is currently offline Snakebyte Missing nameFriend
Messages: 130
Registered: November 2011
Senior Member
Ah ok i see. Thanks.

I found the metatype.name.XYReference=Undefined.
And i changed it...but still the same. ?

How can that be ?
Do i have to run any generation afterwards ?

By the way do you know where i can set the pictures as well ?

[Updated on: Sat, 10 December 2011 19:47]

Report message to a moderator

Re: [Eugenia] Create Undefined ??? [message #765115 is a reply to message #763871] Tue, 13 December 2011 12:57 Go to previous messageGo to next message
Snakebyte Missing name is currently offline Snakebyte Missing nameFriend
Messages: 130
Registered: November 2011
Senior Member
No more ideas, it must be possible to change this undefined values ?
Re: [Eugenia] Create Undefined ??? [message #765118 is a reply to message #765115] Tue, 13 December 2011 13:00 Go to previous message
Dimitris Kolovos is currently offline Dimitris KolovosFriend
Messages: 2154
Registered: July 2009
Location: York, UK
Senior Member

Hi,

Please try the GMF forum as this is a pure GMF question.

Cheers,
Dimitris
Previous Topic:[Eugenia] Deleting Tool Objects, Deleting Tool Connections
Next Topic:EOL get workspace directory
Goto Forum:
  


Current Time: Fri Mar 29 01:00:47 GMT 2024

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

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

Back to the top