Questions tagged [model-driven-development]

Software Development done in a modeling tool such as IBM Rational Rhapsody. Usually involves the use of code generation from the model.

59 questions
0
votes
1 answer

UML to HUTN (Human-Usable Textual Notation)

The epsilon project (based on eclipse) promises here to transform XMI to HUTN. I can't find any documentation for this purpose. Is it too trivial? I don't get it Thanks for any advice
0
votes
0 answers

How to build Dynamic Model driven form in angular 2

i have API which will send the field names object. so i need to build and dynamic model driven form using the object in angular 2.
0
votes
1 answer

Error in loading model in Sample Reflective Editor

I can open my .model file in Exeed Editor. But when I want to open it in Sample Reflective Editor it has below errors. What should I do?
any
  • 325
  • 5
  • 17
0
votes
0 answers

two parts meta-model in transformation

My source meta-model has two parts which links together. When I want to transform an element of second part of this meta-model, it doesn't have error but nothing create in output. What can I do? The Metamodel On the other hand how can I merge these…
any
  • 325
  • 5
  • 17
0
votes
0 answers

OCL - get value of variable

How can I get the value of variable instead of its name? The below code return "n" string which is the name of the variable. I need value of n. s.targets.first().name.name The Metamodel
any
  • 325
  • 5
  • 17
0
votes
1 answer

OCL - calling rule

What does the below code do? How can I write this OCL expression when there is one element instead of elements? In other words, I don't understand which elements does the code collect? Since "collect" is used when we have more than one element, if I…
any
  • 325
  • 5
  • 17
0
votes
0 answers

Control Flow Graph of ETL

Has Control Flow Graph (CFG) for ETL transformation been developed? How can I access it?
any
  • 325
  • 5
  • 17
0
votes
0 answers

Generate GMF diagram from EMF resource programmatically

What I am trying to do is to get the GMF diagram out from an EMF resource, programmatically. I have found this NotationFactory.eINSTANCE.createDiagram() method, and I know that I can create nodes and everything this way. But I am not sure if this is…
0
votes
2 answers

Class diagram from ecore

I have .ecore metamodel. How can I automatically generate class diagram from it?
any
  • 325
  • 5
  • 17
0
votes
1 answer

Are there visual/graphical MDD tools for Ruby on Rails?

This is going to be pretty vague, so I hope I done get banned for it. I've been learning about various dynamic web tools such as ruby on rails that can require a huge number of referencing between files (master view controllers, assets etc).…
0
votes
1 answer

Several Issues regarding the usage of UML in SPA Angular

While we are waiting for the next upcoming version of javascript, that is ECMAScript 6 codename Harmony, we are enforced to use object-based/functional-based javascript. Currently there are no class construct, interface, inheritance, means for…
0
votes
1 answer

How to programmatically create Oracle ADF Essentials components - API for ADF and JDeveloper

Some prominent IDE's have API that let developers create modules (IDE plugins, extensions) that interact with editors and other IDE components. E.g. Embarcadero Delphi has Open Tools API, that allows developers to create (and integrate into Delphi…
TomR
  • 2,696
  • 6
  • 34
  • 87
0
votes
2 answers

Are the Model-driven architecture feasible?

I want to ask some questions about MDA: First, I know that there exist tools that you can write code in one language and then the code be generated in another, for example in 'GWT' Java code is transformed to Javascript, or some mobile development…
Avraam Mavridis
  • 8,698
  • 19
  • 79
  • 133
0
votes
1 answer

Generic term for hbm2ddl.auto (entity classes to DDL) capability

I would like to know what the generic term is for hibernate's Entity classes to DDL (hbm2ddl) capability. Is it Domain Driven Design or Model Driven Development or something else?
balteo
  • 23,602
  • 63
  • 219
  • 412
1 2 3
4