I just noticed that FamixAssociation is a subclass of FamixSourcedEntity and as such, inherits a sourceAnchor field.
To me, it sounds like we could define FamixAssociation>>sourceAnchor as a redirection:
FamixAssociation>>sourceAnchor
^ self from sourceAnchor
Indeed, an association is defined by the from side entity.
Is there any practical case where we want to link a dedicated SourceAnchor object to an Association?
--
Simon
For your information.
Doru
Begin forwarded message:
> From: Alexandre Bergel <alexandre(a)bergel.eu>
> Date: 16 August 2010 15:01:49 GMT+02:00
> To: ESUG Mailing list <esug-list(a)lists.esug.org>, Pharo Development <Pharo-project(a)lists.gforge.inria.fr
> >
> Subject: [Pharo-project] Looking for PhD candidates
> Reply-To: Pharo-project(a)lists.gforge.inria.fr
>
> Hi!
>
> The Chilean funding agency has a number of scholarships for doing a
> PhD. If you have a master or an engineering diploma and you want to
> work for 4 years on pharo and moose, contact me.
> The PhD will have to be realized in Santiago.
>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project(a)lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
--
www.tudorgirba.com
"Presenting is storytelling."
Hi guys,
I would like to generate a view in which the versions
of a project are ordered on a timeline. Is there a timeline
layout in Mondrian?
Thanks,
M.
Hi guys!
As you know, this year FAMOOSr will be collocated with
ICSM in Timisoara. If you will be there and have already
registered for ICSM then you can join FAMOOSr for no extra fee.
Just go on the registration page, and add the workshop to the list
of events you will participate in.
See you soon in Timisoara,
Mircea and Simon.
Hi guys,
It seems to me that exceptions are masked in Mondrian.
Is there a setting somewhere for turning this off?
For development, the debugger is better than the transcript ;)
Cheers,
M.
maybe someone is interested...
cheers
mariano
---------- Forwarded message ----------
From: David Faught <dave.faught(a)gmail.com>
Date: Sat, Aug 14, 2010 at 3:08 PM
Subject: [squeak-dev] [OT] Check out Gource!
To: Squeak Mailing List <squeak-dev(a)lists.squeakfoundation.org>
Yes, pun intended. Check out. Get it? Gource is a Google Code
project that visually presents the history of a source version control
system. Maybe someone industrious could figure out how to feed in a
few historical changes files from Squeak ...
http://code.google.com/p/gource/
hi Doru!
The zOrder is a bit hell time to time. You said that the canvas use the translation to display inner nodes and edges.
But this implies an order when rendering the nodes. The parent has to be rendered before its children. But with the zOrder, this order may not be preserved. Therefore, I think we have to deal with absolute bounds all the way.
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Some abstract classes do not have subclasses.
MOHorizontalDominanceOrderLayout isAbstractClass => true
MOBulletTreeLayout isAbstractClass => true
I believe this has to be fixed
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.