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!
Call Dependency
A call dependency connects an operation in one class, the source to an operation in another class, the target. The relationship may be made less precise by attaching either the source or target or both ends to the classes that contain the operations.
Explanation
This is a stereotyped dependency between operations in two classes. It has all of the general semantics of the dependency so the client operations can be said to rely or "depend" on the supplier operation. It adds granularity and a precision to a model, which is used rarely or in circumstances where this precision is warranted.
A usage is a related element because it is the base element for the call usage which is a stereotyped usage and a type of dependency. The call stereotype adds more precision to the less specific or standard usage relationship.
A dependency is a related element because it is the base element for the usage relationship. The call usage is a stereotyped usage which is a type of dependency. The usage stereotyped as call adds more precision to the less specific or standard dependency relationship.