do we have some scripts for newbie

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

do we have some scripts for newbie

Stéphane Ducasse
Hi

I was wondering if we have a list of scripts to

Load a model
Import a model

Access entities in a model
Navigate

Save a model

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

Re: do we have some scripts for newbie

jannik laval
Hi Stef,

There is the class MooseScripts with some scripts to load Smalltalk projects.
For the other items of the list, I don't know.

Jannik

On Oct 12, 2011, at 15:31 , Stéphane Ducasse wrote:

> Hi
>
> I was wondering if we have a list of scripts to
>
> Load a model
> Import a model
>
> Access entities in a model
> Navigate
>
> Save a model
>
> Stef
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

---
Jannik Laval


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

Re: do we have some scripts for newbie

Stéphane Ducasse
Thanks.

I think that it would be good to get a better help to document this aspect.
The people at Lirmm are asking for students.

So could we spend a bit of time to generate a little set of nice scripts?

I will start to go over the famix class comments and changed them harvesting the mails I sent and I will continue.
After I will start to change FAME. My problem is to do it in chunk and have the time to finish.
 

Stef



On Oct 12, 2011, at 4:22 PM, jannik.laval wrote:

> Hi Stef,
>
> There is the class MooseScripts with some scripts to load Smalltalk projects.
> For the other items of the list, I don't know.
>
> Jannik
>
> On Oct 12, 2011, at 15:31 , Stéphane Ducasse wrote:
>
>> Hi
>>
>> I was wondering if we have a list of scripts to
>>
>> Load a model
>> Import a model
>>
>> Access entities in a model
>> Navigate
>>
>> Save a model
>>
>> Stef
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> ---
> Jannik Laval
>
>
> _______________________________________________
> 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: do we have some scripts for newbie

Usman Bhatti
In reply to this post by Stéphane Ducasse
On Wed, Oct 12, 2011 at 3:31 PM, Stéphane Ducasse <[hidden email]> wrote:
Hi

I was wondering if we have a list of scripts to

Load a model
Import a model

Access entities in a model
Navigate

Save a model

So far as I know about Moose, we do not need a scripts for all these tasks but to access entities. Moose book provides some details details:
and the you have this:

There is also a description of using VerveineJ.
 

Stef
_______________________________________________
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: do we have some scripts for newbie

Usman Bhatti
In reply to this post by Stéphane Ducasse
On Wed, Oct 12, 2011 at 4:56 PM, Stéphane Ducasse <[hidden email]> wrote:
Thanks.

I think that it would be good to get a better help to document this aspect.
The people at Lirmm are asking for students.

For doing what?
 

So could we spend a bit of time to generate a little set of nice scripts?

For the purpose of? Because most of the things are well-described in the book and if not, we can work on those areas.
 

I will start to go over the famix class comments and changed them harvesting the mails I sent and I will continue.
After I will start to change FAME. My problem is to do it in chunk and have the time to finish.


Stef



On Oct 12, 2011, at 4:22 PM, jannik.laval wrote:

> Hi Stef,
>
> There is the class MooseScripts with some scripts to load Smalltalk projects.
> For the other items of the list, I don't know.
>
> Jannik
>
> On Oct 12, 2011, at 15:31 , Stéphane Ducasse wrote:
>
>> Hi
>>
>> I was wondering if we have a list of scripts to
>>
>> Load a model
>> Import a model
>>
>> Access entities in a model
>> Navigate
>>
>> Save a model
>>
>> Stef
>> _______________________________________________
>> Moose-dev mailing list
>> [hidden email]
>> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
> ---
> Jannik Laval
>
>
> _______________________________________________
> 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


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

Re: do we have some scripts for newbie

Stéphane Ducasse
In reply to this post by Usman Bhatti
Some people like to program and not click.
So having snippet for doing basic action is good.
Especially if you want to script moose.

Stef

On Oct 12, 2011, at 5:16 PM, Usman Bhatti wrote:

> On Wed, Oct 12, 2011 at 3:31 PM, Stéphane Ducasse <[hidden email]> wrote:
> Hi
>
> I was wondering if we have a list of scripts to
>
> Load a model
> Import a model
>
> Access entities in a model
> Navigate
>
> Save a model
>
> So far as I know about Moose, we do not need a scripts for all these tasks but to access entities. Moose book provides some details details:
> http://www.themoosebook.org/book/externals/ui/entity
> and the you have this:
> http://www.themoosebook.org/book/internals/models/entity
>
> There is also a description of using VerveineJ.
>  
>
> Stef
> _______________________________________________
> 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


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

Re: do we have some scripts for newbie

Stéphane Ducasse
In reply to this post by Usman Bhatti

On Oct 12, 2011, at 5:18 PM, Usman Bhatti wrote:

> On Wed, Oct 12, 2011 at 4:56 PM, Stéphane Ducasse <[hidden email]> wrote:
> Thanks.
>
> I think that it would be good to get a better help to document this aspect.
> The people at Lirmm are asking for students.
>
> For doing what?

I do not know
I asked them to give me questions.
But I imagine

        define a model
        fill it up
        query it
        save it

>  
>
> So could we spend a bit of time to generate a little set of nice scripts?
>
> For the purpose of? Because most of the things are well-described in the book and if not, we can work on those areas.
>  
>
> I will start to go over the famix class comments and changed them harvesting the mails I sent and I will continue.
> After I will start to change FAME. My problem is to do it in chunk and have the time to finish.
>
>
> Stef
>
>
>
> On Oct 12, 2011, at 4:22 PM, jannik.laval wrote:
>
> > Hi Stef,
> >
> > There is the class MooseScripts with some scripts to load Smalltalk projects.
> > For the other items of the list, I don't know.
> >
> > Jannik
> >
> > On Oct 12, 2011, at 15:31 , Stéphane Ducasse wrote:
> >
> >> Hi
> >>
> >> I was wondering if we have a list of scripts to
> >>
> >> Load a model
> >> Import a model
> >>
> >> Access entities in a model
> >> Navigate
> >>
> >> Save a model
> >>
> >> Stef
> >> _______________________________________________
> >> Moose-dev mailing list
> >> [hidden email]
> >> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
> >
> > ---
> > Jannik Laval
> >
> >
> > _______________________________________________
> > 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
>
> _______________________________________________
> 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