I want to use the existing RSA transformations in addition to some transformations that I've built. In particular, I've created a Profile with stereotypes and I want to use the existing UML to Java transformation, and then run another transformation project that utilizes the stereotyped information to generate my target project.
I know how to create my own transformation, but I just don't know how I can run an existing RSA transformation from the one I create.
I suspect I'll have to do something in my TransformationProvider and MainTransform classes of my M2M plugin, but I'm not sure where to get started. I'll also probably need the Transformation ID value for the UML to Java transformation.