Transcription of UML Notation Summary
{{id}} {{{paragraph}}}
Name{Abstract}Abstract classAggregation and Composition (has-a) relationshipBaseDerived1 Derived2 Inheritance (is-a) relationshipDerived2 is-a BasePartWholeWhole has Part as a part;lifetimes might be different; Part might be shared with other Wholes.( aggregation )Association (uses, interacts-with) relationshipABA s roleB s roleMultiplicity in aggregation , Composition, or Association* - any - zero or one1 - exactly * - 1 or moren - exactly nn .. m - n through mFollow line from start class to end class, note the multiplicity at the Each <start> is associated with <multiplicity> <ends> AB1*Each A is associated with any number of B B is associated with exactly one has Part as a part;lifetime of Part controlled by Whole, Part objects are contained in one Whole object.
(aggregation) Association (uses, interacts-with) relationship A B A’s role B’s role Multiplicity in Aggregation, Composition, or Association * - any number 0..1 - zero or one 1 - exactly 1 1..* - 1 or more n - exactly nn.. m - n through m Follow line from start class to …
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}