Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: janroos on June 29, 2005, 06:16:11 am

Title: Model transformations and delphi properties
Post by: janroos on June 29, 2005, 06:16:11 am
Hi!

I am trying to write a model transformator from PIM diagram to our framework specific diagram.

The problem is that I cannot generate more than one delphi property for a class.

For example, the intermediary file contains:
...
   Tag  
   {  
      name = "property"
      value = "+prop1:string read Text write Text"
   }  
   Tag  
   {  
      name = "property"
      value = "+prop2:string read Text write Text"
   }  
...
but only one delphi property is generated for that class. It seems, that it does not allow more than one tag with the same name at a time.

How can I generate multiple delphi properties?