Classifier (UML)
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (October 2006) |
|
|
This article provides insufficient context for those unfamiliar with the subject. Please help improve the article with a good introductory style. (October 2009) |
A classifier is a category of Unified Modeling Language (UML) elements that have some common features, such as attributes or methods.
A classifier is an abstract metaclass classification concept that serves as a mechanism to show interfaces, classes, datatypes and components.
A classifier describes a set of instances that have common behavioral and structural features (operations and attributes, respectively).
A classifier is a namespace whose members can specify a generalization hierarchy by referencing its general classifiers.
A classifier is a type and can own generalizations, thereby making it possible to define generalization relationships to other classifiers.
A classifier is a redefinable element, as it is possible to redefine nested classifiers.
All objects that can have instances are classifiers.
Contents |
[edit] Important Aspects
- A classifier defines a namespace.
- A classifier contains a set of features.
- A classifier is generalizable.
[edit] Types of UML Classifiers
[edit] Predefined UML classifiers
[edit] External links
|
||||||||||||||||||||||||||||||||||||||||||||
| This Unified Modeling Language article is a stub. You can help Wikipedia by expanding it. |