What is the easiest way to generate a meta model of type ERD, UML Class Diagram (preferably) or IE Data model from an existing ARIS model having many user-defined attributes so that: all classes (or entity types) are created from the respective object types but are different depending on the symbol, their attributes - from the pertinent attribute types with their data type. Associations to be created from the respective connection types (to get their name from) and their attribute types for association attributes. Multiplicity (cardinality) could be added manually. The "pertinent" could be determined based on "maintained" status or using the filter or some other method.
The business case is to document a user defined method extension.
Anybody tried similar thing and/or has suggestion how to go about it?
Regards
Ivo

Roland Woldt on
The easiest way IMHO is to create the models you want in a new database with the Entire Method filter. Obiously you will have to create the derived models/objects/atributes first in the method section of the Administration module. There you can also change the symbols for objects and the template you like to use (e.g. to show attributes by default in the model).
Once you're done with your example models you can create a new project filter "from an existing database". This then can be merged with other filters you might be using in your projects (create new filter).
Does this make sense?