In
order
to create a CORBA component, you
must then create a class and define it as a CORBA interface stereotype.
To create the interface class and make it a CORBA stereotype, follow
these steps:
Procedure
In the
object model Main_Model,
select the Class icon .
Drag the pointer in the diagram drawing
area to create a class.
Type
the name of the class, ISDM,
over the default name that the system supplied. This class is the
interface for SDM.
Right-click
the ISDM class
diagram and select Features from the menu.
Select the General tab
and in the Stereotype field, select CORBAInterface from
the list.
Click OK.
Results
The ISDM class
is now a
CORBA interface. During code generation, the product generates IDL
code for this class. Your diagram now resembles this
example.