The UML Profile for Framework Architectures
A.3 Basic framework modeling tags
The following UML-F tags show properties of the annotated modeling elements and are particularly useful in the context of designing and documenting a framework. See Section 3.5 for further information.
Tag form | Summary |
application | The element belongs to an application, not to the framework. |
framework | The element belongs to the framework. |
utility | The element belongs to a utility library or to the runtime environment. |
fixed | The element is fixed no changes (alteration of a method, addition of new methods to a class, addition of new subclasses, etc.) may be made. |
adapt static | The element can be adapted during design-time through subclassing during runtime, the element is fixed. |
adapt dyn | The element can be changed at runtime. |