can't create Hismo model

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

can't create Hismo model

Franco Sabadini
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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: can't create Hismo model

abergel
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
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: can't create Hismo model

Santiago Vidal
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 <[hidden email]>
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
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--
Santiago Vidal

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: can't create Hismo model

Franco Sabadini
In reply to this post by abergel
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 <[hidden email]> wrote:
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
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.





_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: can't create Hismo model

Franco Sabadini
Thanks Santiago I'll try that.


Franco


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev