association owned by classifier and association owned by relationship in UML
Chriss I hope this simple example helps. Guess you have a Java class public class A { private B b; … } In UML you would model this relationship as an association from A to B: A -> B with the following modeling elements: Class B Class A + Property b : B [0..1] (owned … Read more