Which one is the superclass and which one the subclass? The current
implementation of Moose seems to do the opposite of the Famix spec,
so which one is right? ^^
AA
Hi everyone,
I've got a quick question concerning EyeSee.
We are trying to create a composed bar diagram like the
#barCompositeDiagriam in the Examples included with EyeSee.
However, in our case, we need the two Y-axis of both diagrams to be
equal. Otherwise said, the maximum Y-value shown on both Y-axis should
be the same such that the composed/overlapping bars in the diagram are
visualized w.r.t. the same absolute Y-value. In all examples I can
find for the composite diagrams, the Y-axis of both diagrams is
independent and has a different scale.
Is there a way to make the Y-axis equal? Or can we force the Y-axis of
one of the diagrams in the composite to match its scale with the Y-
axis of the other diagram?
thanks for any suggestions!
----------------------------
Johan Brichau
johan.brichau(a)uclouvain.be
Hi,
The first day of the Moose Dojo started. In the morning there we had
some presentations and discussions, and now we will start working on
some hands on projects.
Some initial details can be found at:
http://moose.unibe.ch/events/2008-01-30-dojo/day1
It's quite nice :).
Cheers,
Doru
--
www.tudorgirba.comwww.tudorgirba.com/blog
"It's not what we do that matters most, it's how we do it."
Hi,
The tentative schedule for the Moose Dojo is:
Wednesday, Jan 30
10:00 - 10:30 Introduction
10:30 - 12:30 Presentations and discussions
12:30 - 14:00 Lunch
14:00 - ... Dojoing
Thursday, Jan 31
10:00 - 12:30 Presentations and discussions
12:30 - 14:00 Lunch
14:00 - ... Dojoing
I say tentative because the goal is to have us working together rather
then having a fixed schedule. The presentations should be maximum 10
minutes and scheduled in the morning to have them as input for the
afternoon work.
Cheers,
Doru
--
www.tudorgirba.comwww.tudorgirba.com/blog
"Yesterday is a fact.
Tomorrow is a possibility.
Today is a challenge."
Because the leverage effect of generating code is so fun...
numberOfNames(): int
hasNames(): boolean
@Sandro - brauchst evtl noch die transitive Hülle? ^^
cheers,
AA
Hey Sandro,
Use this for printing ...
> ParseClient printer = new MSEPrinter(System.out);
> builder.asRepository().accept(printer, new Famix22NestingStrategy());
cheers,
AA