Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » compartment problem
compartment problem [message #91024] Tue, 09 January 2007 16:20 Go to next message
Eclipse UserFriend
Originally posted by: klaus.grebe.platin.com

Hello,

I have a model with 2 classes

class x
{
float a, b, c, d;
}

class y
{
...
x x1;
x x2;
...
}

I implemented 'class x' as a compartement (ok 2 of them) ans this works
more or less...
The problem is, that I cannot see 'x1' and 'x2' when I generate a figure
of 'class y' in the editor.
All I get is the name, but not the fields for a, b, c, d
Instead I have to stars in box that appear on top of the figure of 'y'
when the mouse pause a little
time over the figure (like a tooltip). Then I can click (only once on
each) on the stars and I get the
missing fields of 'x'.

How can I get these fields just in time with the generation of the
figure of y ??

I use GMF Version: 1.0.2.v2006
And yes, I am absolutely new to it...

Kind regards
Klaus
Re: compartment problem [message #93455 is a reply to message #91024] Tue, 16 January 2007 16:50 Go to previous message
Eclipse UserFriend
Originally posted by: klaus.grebe.platin.com

I upgraded to Version 2.0M4. But as expected, nothing changed...

Klaus Grebe schrieb:
> Hello,
>
> I have a model with 2 classes
>
> class x
> {
> float a, b, c, d;
> }
>
> class y
> {
> ...
> x x1;
> x x2;
> ...
> }
>
> I implemented 'class x' as a compartement (ok 2 of them) ans this works
> more or less...
> The problem is, that I cannot see 'x1' and 'x2' when I generate a figure
> of 'class y' in the editor.
> All I get is the name, but not the fields for a, b, c, d
> Instead I have to stars in box that appear on top of the figure of 'y'
> when the mouse pause a little
> time over the figure (like a tooltip). Then I can click (only once on
> each) on the stars and I get the
> missing fields of 'x'.
>
> How can I get these fields just in time with the generation of the
> figure of y ??
>
> I use GMF Version: 1.0.2.v2006
> And yes, I am absolutely new to it...
>
> Kind regards
> Klaus
>
>
>
>
>
>
Previous Topic:Templates in org.eclipse.gmf.graphdef.codegen (2.0 M4)
Next Topic:Dynamically adding SpecializationTypes
Goto Forum:
  


Current Time: Wed Apr 30 11:33:47 EDT 2025

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

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

Back to the top