Element (UML)

In the Unified Modeling Language (UML), an Element is an abstract class with no superclass.[1] It is used as the superclass or base class, as known by object oriented programmers, for all the metaclasses in the UML infrastructure library. All other elements in the UML inherit, directly or indirectly from Element. An Element has a derived composition association to itself to support the general capability for elements to own other elements. As such, it has no additional attributes as part of its specification.

Associations

An association describes a set of tuples of typed instances.[2]

The Element class belongs to the base package in the UML called the Kernel. This is the package that contains the superclasses that make up the superstructure of the UML.

Subclasses of Element provide semantics appropriate to the concept they represent. The comments for an Element add no semantics but may represent information useful to the reader of the model.[1]

Notes

Updated for the UML version 2.4.1

References

  1. 1 2 3 4 5 OMG Unified Modeling Language, Superstructure, Version 2.4.1
  2. 1 2 UML 2 Certification Guide, Tim Weilkiens and Bernd Oestereich - ISBN 0-12-373585-8

Further reading

Weilkiens, Tim; Oestereich, Bernd (2007). UML 2 Certification Guide. Morgan Kaufman. ISBN 0-12-373585-8. 

"OMG Unified Modeling Language Superstructure". Object Management Group. August 2011 

External links

This article is issued from Wikipedia - version of the 6/1/2013. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.