Architecting and designing : UML 2.5 : Relationships : Port Requires (Uses) Interface
  
Port Requires (Uses) Interface
Ports represent interaction points through which a Classifier communicates with its environment.
The Interfaces associated with a Port specify the nature of the interactions that may occur over it. The required Interfaces of a Port characterize the requests that may be made from the EncapsulatedClassifier to its environment through this Port.
The Port Requires (Uses) Interface is drawn from a Port to an Interface. In the example below, the relationship is drawn from the Port on Engine, to the Interface definition, Transmission.
This graphic is described in the surrounding text.
The full example, combined with the Provided Interface side, is:
This graphic is described in the surrounding text.
See also
Association
Dependency
Realization
Collaboration Property to Part
Component Provides (Realizes) Interface
Component Requires (Uses) Interface
Port Provides (Realizes) Interface
Comment to AnnotatedElement
Constraint to ConstrainedElement
Connector
ElementGroup to Element
Instance Specification Relationships
Generalization
Package Containment
Package Import
Substitution
Go up to
Relationships