Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EMF Refactor Architecture"

(Created page with "This Wiki presents the architecture of EMF Refactor and summarizes the components used by it. Each tool in EMF Refactor is based on the Eclipse Modeling Framework [1,2], i.e.,...")
 
Line 1: Line 1:
This Wiki presents the architecture of EMF Refactor and summarizes the components used by it. Each tool in EMF Refactor is based on the Eclipse Modeling Framework [1,2], i.e., each tool can be used for arbitrary models whose meta models are instances of EMF Ecore, for example domain-specific languages, common languages like UML2 used by Eclipse Papyrus [3] and the Java EMF model used by JaMoPP [4] and MoDisco [5, 6], or even Ecore instance models themselves.
+
This Wiki presents the architecture of EMF Refactor and summarizes the components used by it. Each tool in EMF Refactor is based on the Eclipse Modeling Framework [1,2], i.e., each tool can be used for arbitrary models whose meta models are instances of EMF Ecore, for example domain-specific languages, common languages like UML2 (we refer to UML2 being the standard EMF-based representation of
 +
UML2, i.e., ''org.eclipse.emf.uml2.uml'') used by Eclipse Papyrus [3] and the Java EMF model used by JaMoPP [4] and MoDisco [5, 6], or even Ecore instance models themselves.
 +
 
 +
== References ==
 +
[1] to do
 +
 
 +
[2] to do
 +
 
 +
[3] to do
 +
 
 +
[4] to do
 +
 
 +
[5] to do
 +
 
 +
[6] to do
 +
 
 +
[7] to do
 +
 
 +
[8] to do
 +
 
 +
[9] to do

Revision as of 06:47, 25 April 2014

This Wiki presents the architecture of EMF Refactor and summarizes the components used by it. Each tool in EMF Refactor is based on the Eclipse Modeling Framework [1,2], i.e., each tool can be used for arbitrary models whose meta models are instances of EMF Ecore, for example domain-specific languages, common languages like UML2 (we refer to UML2 being the standard EMF-based representation of UML2, i.e., org.eclipse.emf.uml2.uml) used by Eclipse Papyrus [3] and the Java EMF model used by JaMoPP [4] and MoDisco [5, 6], or even Ecore instance models themselves.

References

[1] to do

[2] to do

[3] to do

[4] to do

[5] to do

[6] to do

[7] to do

[8] to do

[9] to do

Back to the top