In ArgoUML, I have the ability to put a class Type to any property of a class. For example, I can declare a customer
property with a Customer
type in the Order
class.
I can also easily draw a relationship from class to class:
But I can't figure out how to "draw" the link from the customer
property to the Customer
class. The link is never really connected to the property, but rather to the entire Order
class.
I can move the position of the link manually:
But it's never really "locked" to the customer
property, and can be moved automatically by the software at any moment.
Is there a way to do this?