Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: ahab on February 19, 2010, 03:18:04 am

Title: link state machine to an object
Post by: ahab 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
Title: Re: link state machine to an object
Post by: Geert Bellekens 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