July 2004
Intermediate to advanced
752 pages
35h 59m
English
An interface that declares the services that a classifier offers to provide to anonymous requestors.
See interface, port, required interface.
A provided interface is a relationship between an interface and a classifier (rather than a kind of interface) that declares the class can be invoked to provide the services described in the interface. A required interface is the complementary relationship that a classifier requires the services described in the interface. If one class declares a provided interface and the other class requires the same interface, the classes can interact over the interface with no additional structure.
A provided interface relationship is shown by a small circle attached to a classifier ...
Read now
Unlock full access