Hi,
I'm trying to create a Hismo model from a couple of MSE models but I can't find how to do that, anyone can help?
Thanks.
Franco
What is the problem you are having? Have you checked: MooseSampleData>>initialize as an example?
Cheers, Alexandre
On 23 Jan 2012, at 15:09, Franco Sabadini wrote:
Hi,
I'm trying to create a Hismo model from a couple of MSE models but I can't find how to do that, anyone can help?
Thanks.
Franco _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
If you have the MSE files loaded in MoosePanel you can use:
|histories| history := HismoModelHistory new. MooseModel root allModels do: [:model | history addLastVersionForMooseModel: model]. history name: #'A name'.
Cheers
2012/1/23 Alexandre Bergel alexandre.bergel@me.com
What is the problem you are having? Have you checked: MooseSampleData>>initialize as an example?
Cheers, Alexandre
On 23 Jan 2012, at 15:09, Franco Sabadini wrote:
Hi,
I'm trying to create a Hismo model from a couple of MSE models but I
can't find how to do that, anyone can help?
Thanks.
Franco _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi Alexandre,
thanks for the quick response, I'm not actually having a problem, I just don't know how to do this and I haven't find any documentation that was clear to me, I must say that I'm new to Moose and to Smalltalk so everything is pretty confusing :S. Can you give me instructions on how to do it or point me in the right direction?
Thanks.
Franco
On Mon, Jan 23, 2012 at 12:13 PM, Alexandre Bergel alexandre.bergel@me.comwrote:
What is the problem you are having? Have you checked: MooseSampleData>>initialize as an example?
Cheers, Alexandre
On 23 Jan 2012, at 15:09, Franco Sabadini wrote:
Hi,
I'm trying to create a Hismo model from a couple of MSE models but I
can't find how to do that, anyone can help?
Thanks.
Franco _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev