Dear Moose developers,
I can not find executable VerveineJ anywhere. The link in the
Moosebook [1] is broken.
I am building a new static analysis tool for JVM languages and was
going to use MSE as its output format. I was going to use VerveineJ as
a reference tool that produces MSE files to evaluate this decision
before I immerse myself into the format specification.
Could you help me locate it, please?
Faithfully,
Aleksey
1: http://www.themoosebook.org/book/externals/import-export/external/verveineJ
Hi!
In case you are not aware of it, a great number of the Pharo, Moose, and Roassal community members are on Slack. Slack is a very cool messaging platform. If you want to chat with developers and get instantaneous help on a topic, then Slack simply rocks.
More info on:
http://pharo.org/community
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
hi!
When do we release Moose 6?
I see many are using version 5 but this does not make sense :-)
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
The Glamour presentation of Roassal has several improvement. Check the following video, it summarizes all:
https://vimeo.com/145561301
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
the + and - buttons do not work anymore.
Any idea why?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi!
Can someone tell me why I can have two entry for a page that has different content?
Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi,
With Olivier, we are analyzing a big database schema (around 65 tables and 350 relations between tables).
We try to reverse engineer the schema.
The visualization is not beautiful for several reasons :
1. the only way to position the tables in the visu is using the GridLayout. So there is a spaghetti meal representation what is not easy to understand (please have a look at DB_Schema_All_tables.png)
2. the idea is to linked the columns of two tables. Using RTArrowedLine, it is not beautiful (see DB_Schema_with-arrows) since the attach points are only on South and North Border of the shape whereas we would like to have them also on left and right.
3. Usually, in DB schema, the links between tables are orthogonal multi lines. But in Roassal, the attach point are once again only on top or in bottom of the shape (see DB_Schema_with_Multines).
4. Normally in database representations, the multi lines have arrows but since, in Roassal, the direction of the arrow is computed from the start and end points of the line, it looks ugly in case of multi line edge (see multiline arrows).
5. When a column in a table references another column of the same table, the edge is in the middle of the table but we would like to have a recursive dependency represented as a loop. Is it possible to do that with Roassal (recursive_dependency figure)?
Is there someone working on a real graph representation such as in graphviz where lines do not cross or at minima and so the entities are grouped?
Can we easily add attached point? or define by default at least 4 attach points to box or ellipse?
Is it possible to get multi lines with arrows but where the head of the arrow is computed with the perpendicular of the last segment of the multi line edges?
Two more question that are not visible in these figures:
6. It seems that currently, it is not possible to play with the label font (size, italic, bold…).
7. Is it possible to put a label near an extremity of an edge (such as a role in UML class diagram)? And is it possible to put a label also in the middle of an edge to indicate the name of an association?
Is it possible? If it is not the case, can you enhance Roassal to add these features?
Thanks in advance for your help.
Olivier and Anne
Hi,
With the integration of MooseQuery, a test is failing in Moose 6.0: MooseModelDescriptionTest-testOppositePropertyExist because FAMIXReference is implemented as a link between two FAMIXContainer and should be between a behavioral entity and a class.
The email of Anne and Jean Christophe about this subject has not been answered (https://www.list.inf.unibe.ch/pipermail/moose-dev/2015-June/023740.html).
However, as Doru said in (https://www.list.inf.unibe.ch/pipermail/moose-dev/2015-April/023303.html) :
A Reference refers to an explicit reference to a class in the running code.
So, I moved the incoming/outgoingReferences links to the subclasses of FAMIXContainer.
It should resolve the problem.
Cheers,
Vincent
Vincent
________________________________
Ce message et les pi?ces jointes sont confidentiels et r?serv?s ? l'usage exclusif de ses destinataires. Il peut ?galement ?tre prot?g? par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir imm?diatement l'exp?diteur et de le d?truire. L'int?grit? du message ne pouvant ?tre assur?e sur Internet, la responsabilit? de Worldline ne pourra ?tre recherch?e quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'exp?diteur ne donne aucune garantie ? cet ?gard et sa responsabilit? ne saurait ?tre recherch?e pour tout dommage r?sultant d'un virus transmis.
This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Worldline liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.
Hi,
is it possible to programatically change the width of Playground/Inspector
panes?
Currently if I want one pane bigger I have to resize both which wastes a
lot of space (I need to resize twice as much).
eg:
I wouldn't mind having a "special playground" just for this particular use
case. There is also Roassal Easel
​
However I would like to have the code on a side rather than underneath
because code is tall, not wide.
Thanks,
Peter
​
Hi everyone,
some time ago I saw a diagram consisting of two columns of words and lines
showing associations between the words in both columns.
It looked similar to the "parallel coordinates" diagram from this link:
http://homes.cs.washington.edu/~jheer/files/zoo/ but with only two columns.
Now, I am not sure if I saw this in an email on a Pharo or Moose list and
wanted to ask if it is already possible to create such diagrams with
Roassal.
Thank you very much,
Manfred