Creating implements relationships between Java classes and interfaces

You can use Unified Modeling Language (UML) class diagrams to create implements relationships between Java™ classes and interfaces.

You cannot create an implements relationship between a class and an interface if such a relationship already exists between the two.
To create an implements relationship between a Java class and a Java interface:
  1. In the Palette, click Implements.
  2. Click a Java class, drag it to a Java interface, and release the mouse button.
Related concepts
Implements relationships
Related tasks
Creating extends relationships between Java classes
Creating relationships from sources to targets
Creating relationships from sources to unspecified targets
Creating relationships from targets to sources
Creating relationships from targets to unspecified sources
Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.