Book a Demo

Author Topic: Transforming Logical Model to Message Model  (Read 3964 times)

acalbaza

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Transforming Logical Model to Message Model
« on: February 09, 2019, 08:40:32 am »
Hello,

I have classes in a logical model that I'd like to cherry-pick from and create message models.  I see that the Schema Composer allows me to do this, but it also duplicates the source class that I'm cherry-picking from.  Often times, I want a new message class that pulls attributes from multiple logical class definitions.  Is this possible with Schema Composer?  Or, do I need to find another way to do this?

Thanks,

Alejandro

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Transforming Logical Model to Message Model
« Reply #1 on: February 09, 2019, 06:16:08 pm »
Alejandro,

We use the Schema Composer with my add-in Message Composer to model messages at a number of different clients.

With this combination you can flatten inheritance, and add attributes from a parent class to a subclass, but you it can't move arbitrary attributes between classes.
That is something you'll have to do manually. We do have an exception mechanism however that tells the generator to ignore certain stereotypes. This is used to model exceptions on the message subset level.

Geert