In CIM WorkShop, you can create instances of classes. Instances inherit the characteristics of the class. You can then change the attributes of a new instance to create a unique instance of a class.
Before you create a new instance of a class, it is useful to view the instances of the class to see what properties and methods they contain.
In the class inheritance tree of the CIM WorkShop window, select the class for which you want to view instances.
To display the Instances window:
Click Action->Instances.
or
Click the Show Instances icon on the CIM WorkShop toolbar.
The Instances window is displayed. If the selected class has instances, the instances are displayed in the left frame of the Instances window. If the selected class does not have instances, the left frame of the Instances window is empty.
Add instances to a class when you want to modify the inherited qualities of objects.
Click Action->Instances.
or
Right-click a class that has instances from which you can create a new instance. Click Instances in the pop-up menu.
The Instances window is displayed. All instances of the class are displayed in the left side of the window.
Right-click an instance listed in the Instances window.
The Add Instances dialog box is displayed.
To modify the inherited properties of an instance:
Right-click a property listed in the Add Instances dialog box.
A dialog box is displayed in which you can provide a value for the property. The dialog box displayed varies depending on the type of the selected property. For example, if you select a property that has a type STRING, the String dialog box will display. The Value field of this dialog box accepts only character strings.
In the Values field of the dialog box, type the required value.
Click OK to close the Add Instances window.
You can delete an instance that you no longer use.