31
Uml Process / Re: Can I model an Event as instance of a class?
« on: November 25, 2005, 10:21:08 am »
I am not using the E/P UML profile available from Sparx website, because I don't find the full profile described by the authors; instead I am developing mine, trying to amend it - if necessary - with changes in UML 2.
I was able to model the required association:
The matrix parameters were:
In this way, I am able to document the Class/Business Event, and have a link - in the generated html documentation - to each instance of that event appearing in processes, and vice versa.
If you are interested, when my profile will be complete, I can send it to Sparx (I don't know if this could meet copyright issues, I will investigate on this).
Cheers,
Massimo
I was able to model the required association:
- in the Process diagram, I have created an event.
- In a class diagram, used to represent events, I have created a Class - stereotyped as <<business event>>.
- In the Relationship Matrix, I have linked the two elements with an instantiation association.
The matrix parameters were:
- Source: Business Vision / type: Class
- Target: Business Process / type: Event
- Link Type: Instantiation
- Direction: Source Target
In this way, I am able to document the Class/Business Event, and have a link - in the generated html documentation - to each instance of that event appearing in processes, and vice versa.
If you are interested, when my profile will be complete, I can send it to Sparx (I don't know if this could meet copyright issues, I will investigate on this).
Cheers,
Massimo