Author Topic: Model transformations and delphi properties  (Read 3004 times)

janroos

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Model transformations and delphi properties
« 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?
« Last Edit: June 29, 2005, 11:05:23 pm by janroos »