Book a Demo

Author Topic: link state machine to an object  (Read 2679 times)

ahab

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
link state machine to an object
« on: February 19, 2010, 03:18:04 am »
hi,

I've created a state-machine that defines all possible states for an instance. Now I want to link my statemachine to my object. Anyone knows how to do this?

All help is appreciated.

/Andreas

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13471
  • Karma: +571/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: link state machine to an object
« Reply #1 on: February 19, 2010, 05:47:49 pm »
Andreas,

I think you best link the statemachine to the classifier, not the object.
(is the statemachine only valid for this particular instance, or for all instances of the classifier?)

To do so you should make the state machine a nested element of the classifier. (drag it onto the classifier in the project browser).

Geert