Login  Register

Re: How to access to a model

Posted by Tudor Girba-2 on Dec 06, 2017; 9:42am
URL: https://forum.world.st/How-to-access-to-a-model-tp5059776p5059786.html

Hi,

Hmm, I just checked and something seems wrong with the name cache of the group when we add MooseModel inside. As a consequence, entityNamed: is not working.

In the meantime, MooseModel root allModels gives you the group and you can iterate explicitly over it:

        MooseModel root allModels detect: [ :each | each name = #mymodel ]

Cheers,
Doru



> On Dec 6, 2017, at 9:44 AM, Stéphane Ducasse <[hidden email]> wrote:
>
> Hi guys
>
> I loaded a model into moose and
>
> MooseModel root first gives me the model but it is bad.
>
> Is there a way to access the model?
>
> Then I do not understand why the storage by name is empty.
> I cannot do
>
> MooseModel root entityNamed: #mymodel.
>
> Stef
>
> --------------------------------------------
> Stéphane Ducasse
> http://stephane.ducasse.free.fr
> http://www.synectique.eu / http://www.pharo.org 
> 03 59 35 87 52
> Assistant: Julie Jonas
> FAX 03 59 57 78 50
> TEL 03 59 35 86 16
> S. Ducasse - Inria
> 40, avenue Halley,
> Parc Scientifique de la Haute Borne, Bât.A, Park Plaza
> Villeneuve d'Ascq 59650
> France
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
www.tudorgirba.com
www.feenk.com

"It's not how it is, it is how we see it."

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