Author Topic: Intermediary Language: Object Definition  (Read 2393 times)

tthlivitis

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Intermediary Language: Object Definition
« on: July 27, 2005, 01:46:03 pm »
Using a Transformation Template I can generate an Object{...} element in Intermediary Language which works fine: the class instance is created in the right package; but, for the moment, the instance is not linked to any corresponding class.

How can I define the instance classifier using the Intermediary Language, in a way to create an "objectName :ClassName" element in the EA package?

Thanks.