eyesee
by Liliana Ivan
Hi.
My questions:
1. If I only want to use EyeSee graphing tool for a project, what is the
minimal set of parcels I need to load and is there any specific setup?
2. I installed Moose off the repository by loading the MooseSetup
parcel; but when I try to run some of the EyeSee samples eg:
Examples>>lineDiagram (evaluate self new lineDiagram)
>>lineBarCompositeDiagramWithSameAxis
I get the error Message not understood: #width on a SmallInteger (each
width; where each is integer 3346) called from
setlabelDistanceFromAxisCalculation: aDiagram on ValueLabelDecorator
I get the same error from the image I also downloaded from the web site
(moose-suite-2008-11-25.zip).
Should I load a different version of parcels; or is there something
missing?
Thanks
Liliana
13 years, 9 months
mondrianView: pragma
by Alexandre Bergel
Hi All,
Simon and I discovered the pragma 'viewEvolutionMatrixOn: view '. It
is employed in ClassHistoryGroup>> viewEvolutionMatrixOn:.
What is this pragma for?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
13 years, 9 months
MOScatterplotLayout
by Alexandre Bergel
Dear List,
I tried to understand the ScatterplotLayout in VW. Few questions on
the design raised to me:
- Why NodeFigure has variables xBlock and yBlock. I understand what
these variables are for. However, I expected to see them in the shape,
since the node is meant to represent the model, and should therefore
not be aware of where it is supposed to be displayed.
- What xOffset and yOffset are for? I could not really infer their
meaning from the various examples I found
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
13 years, 9 months
Model Repository
by Mircea Lungu
Hi guys,
Does anybody have models of the evolution of Azureus in mse format? I
had multiple versions, but they are in xmi and moose can not load
them anymore...
A nice day.
Mircea.
13 years, 9 months
FAMIXBehaviouralEntity>>outgoingAccesses
by Alexandre Bergel
This method looks like this:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
outgoingAccesses
<MSEProperty: #outgoingAccesses type: #FAMIXAccess opposite:
#accessor> <multivalued> <derived>
^outgoingAccesses
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I suggest to add a navigation pragma in it to become:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
outgoingAccesses
<MSEProperty: #outgoingAccesses type: #FAMIXAccess opposite:
#accessor> <multivalued> <derived>
<navigation: 'outoing accesses'>
^outgoingAccesses
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
13 years, 9 months
Threshold in Mondrian
by Alexandre Bergel
Dear All,
In the last version of Mondrian, I added MOGraphElement >>
threadholdSize.
The value returned by this method is the smallest size before the
figure is rendered using a different strategy. Typically, below this
size, an edge is not drawn at all. And a rectangle is rendered as a line
Apparently, this is necessary to scale down large pictures.
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
13 years, 9 months
Distribution Map
by Alexandre Bergel
Hi All,
Stef told me he made an attempt with Doru to code a distribution map
has been made a while ago. Is the code available somewhere ?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
13 years, 9 months
Moose & Squeak
by Alberto Bacchelli
Hi all,
first of all I would like to introduce myself. My name is Alberto
Bacchelli and I began my Informatics Ph.D. studies in the University
of Lugano last wednesday. Currently, I am studying Squeak reading the
book Squeak By Example.
I'd like to know if and where I can find a starting point (downloads,
documentation, example, ...) to learn and use Moose in Squeak or Pharo.
Thank you.
Ciao,
Alberto
13 years, 9 months
mooseName in cache
by Laval Jannik
Hi all,
With Simon, we think that it will be interessant to put mooseName in
privateState.
The method is:
----
mooseName
|stream|
^ self privateState at: #mooseName ifAbsentPut: [
stream := (String new: 64) writeStream.
self moosePrintOn: stream.
stream contents asSymbol
]
----
Is there any negative impact of this idea ?
---
Jannik Laval
PhD Student - Rmod Team - INRIA
Certified Project Management Associate (IPMA)
http://www.jannik-laval.eu
http://rmod.lille.inria.fr
---
13 years, 9 months