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!
Derive Dependency
Derive Dependency  
A derive dependency is an abstraction dependency that indicates that the client (tail end) can always be calculated from the supplier (arrowhead). This implies that the client is strictly redundant, and may be modeled for performance reasons or ease of use.

This is alternative content.

Explanation

It is important that this dependency is modeled and the derivation made explicit, as it can be a point of weakness in a model. While the derived element could be calculated (or computed) from the information provided in the supplier, a decision has been made not to do this. This is often done to increase performance or the speed of the executing system. This redundancy adds a point of structural weakness to the model because if a change is made to the supplier it is often necessary to make an equivalent change to the client. Modeling the relationship with a derive dependency increases the likelihood that the change to the client will not be overlooked. Significantly the parts of the system that are made redundant are frequently the most used parts (hot spots) of a system, so overlooking a change can have far reaching and obvious effects on the executing system.

Related Entries

Dependency
Dependency  Type of
A dependency is a related element because it is the base element for the abstraction relationship. The derive abstraction is a stereotyped abstraction which is a type of dependency. The abstraction stereotyped as derive adds more precision to the less specific or standard dependency relationship.
Abstraction
Abstraction  Base Type
An abstraction is a related element because it is the base element for the derive abstraction which is a stereotyped abstraction and a type of dependency. The derive stereotype adds more precision to the less specific or standard abstraction relationship.

back to the index...
Unified Modeling Language and UML are either registered

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

United States and/or other countries.