Book a Demo

Author Topic: MDA Transforms & Property Type  (Read 1979 times)

mpdelbuono

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
MDA Transforms & Property Type
« on: June 04, 2009, 02:55:10 am »
Hi all,

I'm currently working on doing an MDA transform where I have a component with ports with their property types specified. The transform is done by building the intermediary language file with a C# addin. As a result, I am very easily able to access the property type by looking up the GUID in the repository.

Unfortunately, I don't see a way to actually provide that property type in the transformed model via the intermediary language output. As a result, the port is essentially dropping that type.

Does anyone know how I can supply that type? Either of two forms would work:

- If the intermediary language does in fact support a way to supply the property type (this would be preferred)
- If the C# addin can do some final "touchups" to the model after it has been generated from the intermediary language output

Thanks,
-- Matt