InterfaceA:
This is an Interface.
In terms of placing on the diagram and
adding members it is similar to a Class.
What you should focus on here is the
Implements relationship between this
Interface and ClassA. If you'd select
this link, the Inspector would show the
properties of the implementation class
- ClassA. To return here, click the
Interface node.
========================================
TIPS:
To add operations and attributes,
use the context menu of Interface
node that is similar to Class's
context menu. Note, however, that
operations and attributes are created
with Interface-specific properties.
========================================
NEXT:
Click ClassB and read this tab.
<--end of doc--> |