Difference between revisions of "PrF UG classes class icons"

From Protege Wiki
Jump to: navigation, search
(Class Icons)
(Hierarchy Icons)
Line 104: Line 104:
 
The following icons give information about the display of the class hierarchy:
 
The following icons give information about the display of the class hierarchy:
  
 +
<div class='b'>
 
{| summary="class hierarchy icons"
 
{| summary="class hierarchy icons"
 
| width="75" |
 
| width="75" |
Line 125: Line 126:
 
In the newspaper example, <b>Library</b> has no subclasses.
 
In the newspaper example, <b>Library</b> has no subclasses.
 
|}
 
|}
 +
</div>
  
 
<b>Note:</b> To display all subclasses below a class,
 
<b>Note:</b> To display all subclasses below a class,

Revision as of 17:30, October 29, 2008

The Class Icons


Protege-Frames User's Guide
Classes
Classes Tab
Class Browser
Class Buttons
Class Hierarchy Window
Class Icons
Class Menu
Class Search Bar
Superclasses Pane
Class Editor
Constraints
Template Slots Pane
Template Slot Buttons
References Window
Creating a New Class
Creating Multiple Subclasses
Deleting a Class
Displaying the Class Editor
Editing a Class
Editing Template Slots
Finding a Class
Hiding a Class
Replacing a Superclass
Adding a Superclass
Jumping to A Superclass
Removing a Superclass
Viewing Class Relations
Classes & Instances Tab
Viewing References
Glossary, Editing Help

The icons in the Class window provide information about the structure of your knowledge base and the nature of your classes.

Class Icons

Classes are indicated by round golden icons. Additional properties of the icons give information about the type of class:

A solid icon indicates a concrete class; that is, a class that may have direct instances:

classes_class

A concrete class

classes_class.metaclass

A concrete metaclass

A hollow icon (with a hole) indicates an abstract class; that is, a class that cannot have direct instances. Abstract classes can have subclasses:

classes_class.abstract

An abstract class

classes_class.metaclass.abstract

An abstract metaclass

A pale icon indicates a system class or a class that has been included from another project. These classes cannot be edited. See Including a Project for more information:

classes_class.pale

A system concrete class or an included concrete class

classes_class.abstract.pale

A system abstract class or an included abstract class

classes_class.metaclass.abstract.pale

A system abstract metaclass or an included abstract metaclass

A gray icon indicates a hidden class. You can use hidden classes to restrict a user's view of your knowledge base while retaining the structure of the larger project. You choose whether or not to display the hidden classes in a project using the Configure dialog box.

classes_class.gray

A hidden concrete class

classes_class.abstract.gray

A hidden abstract class

classes_class.metaclass.gray

A hidden metaclass

Hierarchy Icons

The following icons give information about the display of the class hierarchy:

all_hierarchy.expanded

All direct subclasses of the class are displayed. You can click on this icon to hide the subclasses.

all_hierarchy.collapsed

The class has direct subclasses which are not currently displayed. You can click on this icon to display the subclasses.

No icon

The absence of a all_hierarchy.expanded or a all_hierarchy.collapsed indicates that the class has no subclasses. In the newspaper example, Library has no subclasses.

Note: To display all subclasses below a class, right-click the class and select Expand from the cascading Class menu.