Questions tagged [mda]

Model-driven architecture (MDA) is a software design approach for the development of software systems. It provides a set of guidelines for the structuring of specifications, which are expressed as models. (Wikipedia)

55 questions
2
votes
0 answers

TopCased: API to Export a SysML Diagram

I need to export a number of TopCased SysML (Eclipse) diagrams into png/jpg programmatically? Is there any API allowing this ?
Andrea Sindico
  • 7,358
  • 6
  • 47
  • 84
2
votes
2 answers

MDA (Model Driven Architecture)

I have a doubt about MDA. And this is my doubt, I can used the MDA concepts in a architecture that is not related to it(e.g ER), ?
2
votes
3 answers

What has been done in the field of versioning models?

We had a rather nice lecture about Model driven architecture by a guy from Model Labs. One thing that got me intrigued was the version control for models ( not to be confused with different models of version control) - or the lack of thereof. By…
Daniel Fath
  • 16,453
  • 7
  • 47
  • 82
2
votes
1 answer

OCL Stereotype Constraint: Any association that is coloured all connected classes have the same colour

Quite new to OCL, thanks for the help. So I have a profile with the stereotypes as shown: Can someone tell me how to write an invariant constraint that says any association that is Coloured means that all connected classes must have the same colour…
bonapart3
  • 469
  • 7
  • 20
2
votes
6 answers

Where is the Android Metamodel located?

I would like to use Android for Model-Driven-Software-Development. For this, I need to locate the Android Model in the SDK. I already searched a while for it, but were not able to find it. Has anyone an idea where it could be? Is it possible, that…
Dominik
  • 21
  • 1
2
votes
1 answer

Defining my own datatypes within my own metamodel using EMF Ecore

I was wondering how can I define my own datatypes within a metamodel created using EMF Ecore ? The goal is to have a class that may contain many attribute. Each attribute has one Datatype. The problem I am facing now is when I want to set the…
user3488996
  • 1,339
  • 2
  • 10
  • 13
2
votes
3 answers

How much is Eclipse EMF related to the OMG MDA standard?

I am looking for a new MDA tool to try out for modelling and code generation. This is not for any work related project yet, but for testing purposes. I only used the Merode approach until now (using jMermaid for modelling and the accompagnied code…
Yoh
  • 678
  • 1
  • 10
  • 18
2
votes
2 answers

Developing Applications using Eclipse Modelling Framework

I'm looking for an MDA (Model Driven Architecture) tools available. I have started with EMF(Eclipse Modelling Framework). It's look fine for generating core classes. How it will be helpful to generate one end to end application? To generate UI…
Murugesh
  • 1,009
  • 1
  • 12
  • 34
2
votes
2 answers

How to use EMF with an own meta-model

my goal is to create a meta-model for a model but one level higher than by default with EMF. The meta-model(2) should define the possibilities and restrictions for the possible modles(1). Then I want to generate Java-code of this model. 2…
user1127860
  • 150
  • 2
  • 14
1
vote
1 answer

Action Language for Foundational UML (ALF)

Is there any Eclipse implementation of the OMG Action Language for Foundational UML (ALF)? thank you
Andrea Sindico
  • 7,358
  • 6
  • 47
  • 84
1
vote
2 answers

Is there an open source complete Java EE MDA framework?

I'm looking for a Java EE MDA framework that generates a complete Java EE application. I mean starting by modeling with some tool like magicdraw sybase PowerDesigner then it generates the java classes (hibernate or JPA if possible) and finally the…
riaworld
  • 21
  • 1
  • 2
1
vote
1 answer

Action Language for Foundational UML (ALF) web system

Is it possible to use ALF to model and generate simple information system/web app? Or is it better to use standards like IFML + some other technologies to model and generate it?
slyde
  • 11
  • 2
1
vote
0 answers

Construction of DSL from existing Meta-model

i want to create my own DSL, i already have a meta model and i want to know if there is any tutorial or any thing that can help me to create my own DSL from my meta model. ps: i'm planning to use Xtext framework to implement my DSL
1
vote
3 answers

MDA : Model Driven Architecture

Need a idea for developing very simple application demonstrating concepts of MDA.
Ratna Dinakar
  • 1,573
  • 13
  • 16
1
vote
1 answer

simple BPMN ecore metamodel

I'm trying to build my own simple BPMN ecore metamodel by simplifying built one by OMG specification, with little change on dependencies between elements. Here my own metamodel: Would you please give me any guidelines that make sure that my…
elay221
  • 61
  • 8