Hi
I have two question, thanks to help me.
1)
I know that the MSE format allows to specify models for import and
export with Moose. My question is that how I can import the MSE format
as a model in the code not in Moose tool. I need to import different
versions of Moose as an input model in my system that is based on Moose
and my model is a MooseModel. I import my Moose model as the bundles
like this:
^ Model5 addEntity: (SCG.Moose.PundleImporter new model: model5;
addBundleNamed: 'Moose';run).
2)
Is there any possibility to understand, in existed Moose architecture,
what are the classes or packages in the different components. For
example, what are the classes in Meta Description or in Meta Model?
Do you know any work on Moose Architecture that explain the notion of
entities in the components?
Thanks,
Azadeh
Helo,
I would use Mondrian.DistributionMap that you have recently
implemented, but the pb that I had is:
-each distributed entity has at less two properties (let us imagine:
'first property'->'fill color darkness' and 'second property'->'border
color darkness').
-in some models may be we will have more than two properties to map:
we can have 4, 5, etc. of properties but in the same time any given
entity could not be attached to more than two properties (in other
words we need to mapping different properties to different colors).
-could we have the possibility to use different shapes for the
distributed entities (some entities are boxes while some others are
ovals).
Now could you, please, tell me how to improve the actual
implementation of distribution map? may be we should implement a new
distribution map, what you think about the time cost?
any help is appreciated, i should going on very fast :-)
best wishes,
hani
hello,
two bugs:
Collection>#union: and Collection>#collectUnion:
the first pb is where the receiver is a set,
and the second one is that (#(1 2 3) union: #(1 2 3 4))-->#(1 2 3
4), but (#(#(1 2) #(2 3) #(3 4)) collectUnion: [:each])-->#(1 2 2 3
3 4).
I have added some new asserts inside CollectionTest>>#testCollectUnion
(actually there is two red tests in this class) and published a new
version of CodeFooDevelopment.
best wishes,
hani
Hi all
azadeh would like to study the evolution of the architecture of Moose.
So do you think that this is possible to load old versions of Moose?
Are the configurations correct (I mean will load the associated bundle)?
Do you have a suggestion of five versions that are working with MSE
savings?
Thanks
Hi,
Does anyone here knows a good solution for embedding high resolution
movies in a webpage? Perhaps something like YouTube, but with higher
resolution.
Cheers,
Doru
--
www.tudorgirba.comwww.tudorgirba.com/blog
"Be rather willing to give than demanding to get."
Hi
Once I build an mse exporter in Squeak and today I tried to load the
file and I got an Hapax exception :(
I would like to know if this is my exporter that I have to change and
also if I have to perlify all the mse models that I exported back then
Stef