The icons in the Class Window give information about the structure of your knowledge base and the nature of your classes.
The icons to the left of the class name give information about the display of the class hierarchy:
![]() |
This icon indicates that all direct subclasses of the class are displayed. You can click on this icon to hide the subclasses. In the example, the subclasses of Content are displayed. In some views, this is shown as a -. |
![]() |
This icon indicates that the class has direct subclasses which are not currently displayed. You can click on this icon to display the subclasses. In the example, Layout_info has subclasses which are not being displayed. In some views, this is shown as a +. |
No icon | The absence of a ![]() ![]() |
The color of the C icons give information about the type of class:
![]() |
The class can be edited. |
![]() |
The class is a metaclass. |
![]() |
A pale icon indicates that the class has been included from another project. Included classes cannot be edited. See Including a Project for more information about including a project. |
Icons to the right of a class give additional information about the class. You can control the display of these icons by choosing Configure from the Project menu, going to the Display tab, and toggling the appropriate option:
![]() |
The class is abstract. A class can have one of two roles: concrete
or abstract. Concrete classes may have direct instances; abstract classes cannot have
direct instances. No ![]() |
![]() |
The class has multiple superclasses. Protégé-2000 allows classes to have
more than one superclass. ![]() ![]() |
![]() |
The class is hidden. No ![]() |
Next: The Class Menu