Fame-example RPG - reference UML diagram

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

Fame-example RPG - reference UML diagram

Ben Coman
I trying to learn FAME from looking at [1] and RPGDragon/Hero/Treasure
in Moose Suite 4.5.  Is a UML diagram of the relationships between these
classes available to check my understanding of the example.

[1] http://www.moosetechnology.org/docs/famix/extendingFamix and the

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

Re: Fame-example RPG - reference UML diagram

Tudor Girba-2
Hi,

First, please use 4.6 (currently in beta) :).


Coming back to your issue, once you have a metamodel like:
builder := FMPragmaProcessor new.
builder queue: {RPGDragon . RPGHero . RPGTreasure} asOrderedCollection.
builder run.

... there are at least two ways of looking into its details:

1. Using the MetaBrowser:
MooseMetaBrowser new openOn: builder asMetamodel

2. Using a simple UML diagram:
view := MOViewRenderer new.
MOFameView new viewFameClasses: builder asMetamodel classes on: view.
view open.

Cheers,
Doru



On 27 Jan 2012, at 16:25, Ben Coman wrote:

> I trying to learn FAME from looking at [1] and RPGDragon/Hero/Treasure in Moose Suite 4.5.  Is a UML diagram of the relationships between these classes available to check my understanding of the example.
>
> [1] http://www.moosetechnology.org/docs/famix/extendingFamix and the
>
> cheers, Ben
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
www.tudorgirba.com

"Don't give to get. Just give."






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