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
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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Don't give to get. Just give."