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
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.