Hi!
Just to share a screenshot of what we are working on:
Result of the script:
=-=-==-=-==-=-==-=-==-=-=
| b |
b := RTGraphBuilder new.
b nodes color: Color gray.
b edges
connectTo: #dependentClasses;
color: (Color gray alpha: 0.1);
if: [ :f :t | '*Example*' match: f name ] color: (Color green alpha: 0.2).
b layout
partition: [ :c | c inheritsFrom: RTTest ];
partition: [ :c | c inheritsFrom: RTLayout ];
partition: [ :c | c inheritsFrom: RTShape ];
partition: [ :c | c inheritsFrom: RTInteraction ];
partition: [ :c | c inheritsFrom: RTBuilder ];
partition: [ :c | '*Example*' match: c name ];
partition: true;
force.
b layout circle radius: 250.
b global
normalizeSize: [ :c | c dependentClasses size ] min: 5 max: 30 using: #sqrt.
b addAll: (RTObject withAllSubclasses).
b open
=-=-==-=-==-=-==-=-==-=-=
Comments are welcome!
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Take latest moose
click on Freetype to deselect it/ click to reselect it
execute in workspace TRExample new label
-> Boum.
Can you confirm that behavior?
Now I can reproduce it so I will see if I have the time to fix it.
Stef
Hi folks,
Is there a way to get all interfaces for a FAMIXClass? There seem to be no
methods to do this.
Cheers,
M.
--
Mircea Lungu, PhD.
Researcher
Software Composition Group
University of Bern
Hi!
I have increased the size of the memory of the VM (by modifying the plist option). But apparently, there is not enough memory to run the process watcher? Any idea why?
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
It's ok now.
Thanks a lot
2014-05-13 3:59 GMT+07:00 <moose-dev-request(a)iam.unibe.ch>:
> Send Moose-dev mailing list submissions to
> moose-dev(a)iam.unibe.ch
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
> or, via email, send a message with subject or body 'help' to
> moose-dev-request(a)iam.unibe.ch
>
> You can reach the person managing the list at
> moose-dev-owner(a)iam.unibe.ch
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Moose-dev digest..."
>
>
> Today's Topics:
>
> 1. Jenkins build is back to stable : moose-5.0 #1374
> (admin(a)moosetechnology.org)
> 2. Re: Moose-dev Digest, Vol 93, Issue 24 (Alexandre Bergel)
> 3. Re: Moose-dev Digest, Vol 93, Issue 24 (Pablo Estef?)
> 4. Re: Moose-dev Digest, Vol 93, Issue 24 (Pablo Estef?)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 12 May 2014 20:50:12 +0200 (CEST)
> From: admin(a)moosetechnology.org
> Subject: [Moose-dev] Jenkins build is back to stable : moose-5.0 #1374
> To: moose-dev(a)iam.unibe.ch
> Message-ID:
> <
> 2041545813.70.1399920612706.JavaMail.jenk_moose(a)ci-jenkins3.inria.fr>
> Content-Type: text/plain; charset=UTF-8
>
> See <https://ci.inria.fr/moose/job/moose-5.0/1374/>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 12 May 2014 15:34:36 -0400
> From: Alexandre Bergel <alexandre.bergel(a)me.com>
> Subject: [Moose-dev] Re: Moose-dev Digest, Vol 93, Issue 24
> To: Moose-related development <moose-dev(a)iam.unibe.ch>
> Message-ID: <1F177BB1-F26A-47F5-A073-2D2960C9F3E0(a)me.com>
> Content-Type: text/plain; charset=iso-8859-1
>
>
> You need to install True Type font. A bit cumbersome, I know. I hope Pharo
> will soon address this:
> Watch this video:
> https://dl.dropboxusercontent.com/u/31543901/TMP/InstallingTrueTypeFont.mov
>
> Cheers,
> Alexandre
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
> On May 12, 2014, at 2:48 PM, Fabrice Atrevi <atrevifabrice(a)gmail.com>
> wrote:
>
> > Hi,
> > i try it, but i got some error like in the screen shot.
> >
> > Thank you
> >
> >
> > 2014-05-13 1:26 GMT+07:00 <moose-dev-request(a)iam.unibe.ch>:
> > Send Moose-dev mailing list submissions to
> > moose-dev(a)iam.unibe.ch
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > https://www.iam.unibe.ch/mailman/listinfo/moose-dev
> > or, via email, send a message with subject or body 'help' to
> > moose-dev-request(a)iam.unibe.ch
> >
> > You can reach the person managing the list at
> > moose-dev-owner(a)iam.unibe.ch
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Moose-dev digest..."
> >
> >
> > Today's Topics:
> >
> > 1. Re: MOOSEDay@UPMC update (Anne Etien)
> > 2. graphET panel in a GLAMOUR browser (Fabrice Atrevi)
> > 3. Re: graphET panel in a GLAMOUR browser (Alexandre Bergel)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Mon, 12 May 2014 17:50:08 +0200
> > From: Anne Etien <anne.etien(a)univ-lille1.fr>
> > Subject: [Moose-dev] Re: MOOSEDay@UPMC update
> > To: Moose-related development <moose-dev(a)iam.unibe.ch>
> > Message-ID: <348EA238-FBE6-49B8-9970-5ED44C087C50(a)univ-lille1.fr>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > In the first mail of this conversation and more specifically in what is
> cited bellow, it seemed that it was decided to shorten the MooseDay to a
> single day. The next two mails at least went in that direction. I was so
> asking, if it is one day, which one is it? But it seems that you finally
> decided to keep it on two days?
> >
> > Anne
> >
> > Le 5 mai 2014 ? 11:05, Serge Stinckwich a ?crit :
> >
> > > We have only 9 people who register for the MOOSEDAY@UPMC (June 5/6
> > > 2014) at the moment and 2 presentations. One of the main drawback is
> > > that INRIA team does not have too much money to come this time.
> > >
> > > What we could do :
> > > - we organize a small event on one day (some presentations in the
> > > morning and a Pharo/MOOSE sprint).
> > > But we definitively need more presentations ? Who is willing to come ?
> >
> > > - we postpone the MOOSEDAY@UPMC until september/october 2014, so more
> > > people could join (Doru ?).
> >
> >