We are preparing to move this Jira installation to codehaus. Please wait and don't use this version for some days.

The AndroMDA project

Profile-XML for EnterpriseArchitect

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: Miscellaneous
  • Labels:
    None
  • Environment:
    EnterpriseArchitect 5

Description

create an XSLT to generate an EA profile from the MagicDraw one

see:http://galaxy.andromda.org/forum/viewtopic.php?p=3924#3924
  1. andromda.profile.xslt
    29/Oct/06 7:33 PM
    2 kB
    Eric Crutchfield
  2. Convert_EA_XMI-with-comments.xsl
    31/Oct/06 1:35 PM
    11 kB
    peter rajsky
  3. ea-profile.xml
    17/Aug/05 9:02 AM
    8 kB
    Wouter Zoons

Trackbacks

abilify (abilify)
abilify
famvir (famvir)
famvir
lopid (lopid)
lopid
cialis uk (cialis uk)
cialis uk
buy viagra (buy viagra)
buy viagra
itooxxnt (itooxxnt)
itooxxnt
atacand (atacand)
atacand
hydrocodone apap (hydrocodone apap)
hydrocodone apap
order viagra online (order viagra online)
order viagra online
zetia (zetia)
zetia
order phentermine online (order phentermine online)
order phentermine online
metformin (metformin)
metformin
hyaluronic acid (hyaluronic acid)
hyaluronic acid
cialis pills (cialis pills)
cialis pills
citalopram (citalopram)
citalopram
cialis soft (cialis soft)
cialis soft
soma online (soma online)
soma online
kamagra (kamagra)
kamagra
buy valium (buy valium)
buy valium
prozac (prozac)
prozac
yasmin (yasmin)
yasmin
ampicillin (ampicillin)
ampicillin
danazol (danazol)
danazol

Activity

Hide
Wouter Zoons added a comment - 17/Aug/05 9:05 AM
By looking at this profile I see that it can very easily be generated of our profile.xml descriptors, the mapping is 1-on-1
Show
Wouter Zoons added a comment - 17/Aug/05 9:05 AM By looking at this profile I see that it can very easily be generated of our profile.xml descriptors, the mapping is 1-on-1
Hide
Thomas Schmidt added a comment - 18/Aug/05 7:33 AM
EA Model-Project AndroMDABase.eap with AndroMDA dataypes (not all) and a reference to AndroMDA-Profile.
Show
Thomas Schmidt added a comment - 18/Aug/05 7:33 AM EA Model-Project AndroMDABase.eap with AndroMDA dataypes (not all) and a reference to AndroMDA-Profile.
Hide
Wouter Zoons added a comment - 07/Oct/05 12:32 AM
I'm working on it, but it'll take some time (very busy) .. it's pretty straightforward. Any help would be appreciated though. The only requirement is some XSLT knowledge .. comparing both XMIs is all it takes to define the transformation.
Show
Wouter Zoons added a comment - 07/Oct/05 12:32 AM I'm working on it, but it'll take some time (very busy) .. it's pretty straightforward. Any help would be appreciated though. The only requirement is some XSLT knowledge .. comparing both XMIs is all it takes to define the transformation.
Hide
Ramzi Oueslati added a comment - 27/Nov/05 4:05 PM
Hello

I'm trying to run AndroMDA over an Enterprise Architect model. I downloaded the profile and the AndroMDA base file for EA. But I did not manage to validate the simple model I made. I'm using EA 5.0 and AndroMDA 3.1-RC1. I use the Entity AndroMDA stereotype and the AndroMDA datatypes. I may be doing something wrong. Please tell me if there is anything else I should know.

Regards.
Show
Ramzi Oueslati added a comment - 27/Nov/05 4:05 PM Hello I'm trying to run AndroMDA over an Enterprise Architect model. I downloaded the profile and the AndroMDA base file for EA. But I did not manage to validate the simple model I made. I'm using EA 5.0 and AndroMDA 3.1-RC1. I use the Entity AndroMDA stereotype and the AndroMDA datatypes. I may be doing something wrong. Please tell me if there is anything else I should know. Regards.
Hide
Wouter Zoons added a comment - 27/Nov/05 6:58 PM
hello Ramzi,

you're best off contacting Thomas Schmidt directly, you can find his email address on this page .. I personally have not been working EA for a while now

good luck
Show
Wouter Zoons added a comment - 27/Nov/05 6:58 PM hello Ramzi, you're best off contacting Thomas Schmidt directly, you can find his email address on this page .. I personally have not been working EA for a while now good luck
Hide
Eric Crutchfield added a comment - 29/Oct/06 7:33 PM
Here's a stylesheet that will transform most of the profile from 3.2-SNAPSHOT. It doesn't transform the @andromda.role.name tagged value associated with an Actor. Not quite sure this is even supported in EA.
Show
Eric Crutchfield added a comment - 29/Oct/06 7:33 PM Here's a stylesheet that will transform most of the profile from 3.2-SNAPSHOT. It doesn't transform the @andromda.role.name tagged value associated with an Actor. Not quite sure this is even supported in EA.
Hide
Eric Crutchfield added a comment - 29/Oct/06 7:35 PM
I forgot to mention... the xslt file was tested on EA 6.5, and was tested against the UML 1.4 profile in: andromda-all\profiles\uml-1.4\common\src\main\uml
Show
Eric Crutchfield added a comment - 29/Oct/06 7:35 PM I forgot to mention... the xslt file was tested on EA 6.5, and was tested against the UML 1.4 profile in: andromda-all\profiles\uml-1.4\common\src\main\uml
Hide
peter rajsky added a comment - 31/Oct/06 1:35 PM
Transformation of EA XMI with support of comments for these elements:
- Class
- Interface
- Attribute
- Association
- Association Ent

AndroMDA generates comments to generated JAVA classes according to UML model comments.
Show
peter rajsky added a comment - 31/Oct/06 1:35 PM Transformation of EA XMI with support of comments for these elements: - Class - Interface - Attribute - Association - Association Ent AndroMDA generates comments to generated JAVA classes according to UML model comments.
Hide
peter rajsky added a comment - 31/Oct/06 1:53 PM
My comment is related to attached file: Convert_EA_XMI-with-comments.xsl.
1) I am sorry, but I can not find author of file Convert_EA_XMI.xsl on web now. It transforms EA XMI to AndroMDA XMI. I have added support for comments only.
2) It is working with EA 6.1
Show
peter rajsky added a comment - 31/Oct/06 1:53 PM My comment is related to attached file: Convert_EA_XMI-with-comments.xsl. 1) I am sorry, but I can not find author of file Convert_EA_XMI.xsl on web now. It transforms EA XMI to AndroMDA XMI. I have added support for comments only. 2) It is working with EA 6.1
Hide
peter rajsky added a comment - 31/Oct/06 4:40 PM
1) There are more differences between EA XMI and XMI format accepted by AndroMDA (E.g. association of ordering does not work). More transformations and better testing are required.
2) Is there standardized XSLT in AndroMDA distribution, which could be used to transform EA XMI to AndroMDA XMI? Which could be improved by community, little by little? Thanks a lot.
Show
peter rajsky added a comment - 31/Oct/06 4:40 PM 1) There are more differences between EA XMI and XMI format accepted by AndroMDA (E.g. association of ordering does not work). More transformations and better testing are required. 2) Is there standardized XSLT in AndroMDA distribution, which could be used to transform EA XMI to AndroMDA XMI? Which could be improved by community, little by little? Thanks a lot.

People

Vote (0)
Watch (2)

Dates

  • Created:
    17/Aug/05 8:58 AM
    Updated:
    13/Aug/11 10:42 AM