UML binary association aggregatee has access to aggregator

Posted by user314172 on Stack Overflow See other posts from Stack Overflow or by user314172
Published on 2011-01-04T11:51:28Z Indexed on 2011/01/04 11:53 UTC
Read the original article Hit count: 186

Filed under:
|
|

Firstly, I'd like to thank those who answered my previous question ages ago. Currently I'm engaging more in the design phase UMLs, as this is my first medium scale deployment I'm entrusted with.

This is extremely simple, but it bugs me so.

If (Component) owns (Manager of Component), and (Manager of Component) has a reference to (Component) through which it manages it; how do you fully describe the relationship?

I know it is aggregative, but how do you describe (Manager of Component) possessing a reference/pointer to the (Component) that physically owns the (Manager of Component) ?

Example: Lidar owns a LidarManager

© Stack Overflow or respective owner

Related posts about uml

Related posts about associations