Book a Demo

Author Topic: Managing Model Overlap, and submodel lifecycles.  (Read 2949 times)

timoc

  • EA User
  • **
  • Posts: 201
  • Karma: +14/-0
    • View Profile
Managing Model Overlap, and submodel lifecycles.
« on: August 12, 2019, 11:48:53 pm »
Hi,

I'm considering splitting out a model repository into separate model repositories as they have their own lifecycle. The models are interrelated, and i would like to be able to pull them together occasionally to manage the relationships between them. I want to keep the model meta-information (users, roles, element states etc) aligned too.

Is there a best practice or advice (for or against) this approach?
e.g. specific model design, submodels as root or view? Or baseline/merge policies?

As i understand it, if i want to go this route, it is usually done with exports - an XML (project settings) and XMI (submodel).

Tim.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Managing Model Overlap, and submodel lifecycles.
« Reply #1 on: August 13, 2019, 01:35:32 am »
You could just use controlled packages (plus security) if you need r/o access for a modifiable part against other parts. Instead you can use version control in similar ways.

q.