Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
97 views

How to use JProfiler custom probe telemetry for monitoring Guava cache statistics

At JPL, we use model transformation techniques for our systems engineering work. We use the Eclipse QVTO implementation of OMG's QVT specification. ...
1
vote
0answers
17 views

Bidirectional M2M Transformations using Eclipse EMF

I would like to do bidirectional Model2Model transformations. Both models are EMF / eCore based. Actually I would prefer that one model is an editable view on the other. What are my options? Which ...
0
votes
0answers
65 views

Operational QVT-Transformation from x to ecore, how to set EString for an Attribute?

I am trying to create a Transformation for an X2EAttribute. Looks like the following mapping Attribute::MyAttribute2EAttribute() : EAttribute { result.eType := self.type.MyAttribute2ETypedElement(); ...
0
votes
2answers
277 views

QVT transformation applied to UML (XMI) models exported from Rhapsody

I guess this is quite a strange question about models transformation. I am starting from a UML 2.2 model defined with Rhapsody (IBM/Telelogic) and exported in XMI by means of the Rhapsody XMI ...