Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "STP/IM Component/Transformations"

 
Line 4: Line 4:
 
* [[STP/IM Component/Transformation_Approaches/From_SCA | Approaches to transform from SCA to STP-IM]]
 
* [[STP/IM Component/Transformation_Approaches/From_SCA | Approaches to transform from SCA to STP-IM]]
 
* [[STP/IM Component/Transformation_Approaches/To_SCA | Approaches to transform from STP-IM to SCA]]
 
* [[STP/IM Component/Transformation_Approaches/To_SCA | Approaches to transform from STP-IM to SCA]]
 +
 +
Every transformation will be implemented as a separate plug-in providing an extension to the imTransformation extension point, found in the org.eclipse.stp.im.transformation plug-in. Also, there will be a preferences dialog created where the user can choose what specific transformations will be available to him to use.

Latest revision as of 12:44, 31 May 2008

In order to provide its goal of serving as bridge between different model editors which make part of the SOA Tools Platform, the STP-IM component has to provide model transformations from and to these notations. The following is a list of the currently implemented transformations; in some cases they contain more than one approach, depending on the specific use case they were built for.

Every transformation will be implemented as a separate plug-in providing an extension to the imTransformation extension point, found in the org.eclipse.stp.im.transformation plug-in. Also, there will be a preferences dialog created where the user can choose what specific transformations will be available to him to use.

Back to the top