Zicomi Systems Logo Zicomi Site Banner
uml examples  |  home  |  contact us  |  your privacy
Company
Services
Products
Support
Resources
  OMG Standards
OMG Logo
  Have You Heard?
UML Diagrams
Zicomi Systems publishes some UML example diagrams online from the world famous UML dictionary.
more...
Version 2.5 Released
Zicomi Systems is delighted to announce that version 2.5 of Zicomi Mentor is released. With support for UML 2.0 and all thirteen UML diagrams
more...
Zicomi Systems' Director
speaks about the UML at Objects by Design - an informative interview
more...
Partner Programme
Zicom Systems is delighted to announce a new world wide partner programme, become a partner today.
more...
OMG Member
Zicom Systems is made a member of the OMG!
Derived
Derived  
A value of derived indicated by a forward slash (/) either prefixing the name or in isolation, indicates that the association end is derived. This means that its value can be calculated from other properties of the instance.

Explanation

The forward slash indicates that the value can be calculated from other properties of the instance. This is an important concept and if modeled correctly can prevent errors in a running system that result from unintentional redundancy. We see many examples of this in our daily lives, for example a class representing a rectangle with properties of height, width and area, could mark the area property as derived (/area) since its value can be calculated by the simple formula (area = height x width). There are examples where the derivation is not practical or doesn't hold true, and in these cases an annotation or description on the class is useful to avoid confusion or wrong assumptions.

Unified Modeling Language and UML are either registered

trademarks or trademarks of Object Management Group, Inc. in the

United States and/or other countries.