[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.modeling.gmt.amw] Re: Traceability for UML models without transformation

hello,

you can define these mappings using weaving models. The weaving models can be manually created using the AMW tool. The tool provides a set of functionalities (drag-and-drop, or menus) to create mappings between different models.

Another solution is to use the EMF API to implement your own methods. Part of this API provides a set of methods to manipulate metamodels conforming to Ecore. You can find more documentation in the EMF web site: www.eclipse.org/emf.


Marcos.

Marcel Hermanns wrote:
Hi,

I'm working on tool-support for an UML based iterative development process. It is neccessary to store some information about the mapping of elements from one model to elements of another model (e.g. elements from an Analysis Model are partitioned into packages of an Architecture Model).

1. Is it possible to create such traceability without transformation of models? Its not procurable to define transformation rules, because the 'rule' depends on user interaction.

2. Is there a chance to create the traceability model instance in Java?

Thanks in advance for your help, Marcel.