Difference between revisions of "PrF UG classes class icons"
Line 29: | Line 29: | ||
|} | |} | ||
− | A <i>hollow</i> icon | + | A <i>hollow</i> icon (with a hole) |
− | (with a hole) | ||
indicates an | indicates an | ||
− | <i>[[PrF_UG_classes_class_editor#The_Class_Role_Menu|abstract]]</i> | + | <i>[[PrF_UG_classes_class_editor#The_Class_Role_Menu|abstract]]</i> class; |
− | class; | + | that is, a class that <i>cannot</i> have direct instances. |
− | that is, | ||
− | a class that <i>cannot</i> have direct instances. | ||
Abstract classes can have subclasses: | Abstract classes can have subclasses: | ||
Line 52: | Line 49: | ||
from another project. | from another project. | ||
These classes cannot be edited. | These classes cannot be edited. | ||
− | See | + | See [[PrF_UG_projects_including_a_project|Including a Project]] |
− | [[PrF_UG_projects_including_a_project|Including a Project]] | ||
for more information: | for more information: | ||
Line 71: | Line 67: | ||
A <i>gray</i> icon indicates a | A <i>gray</i> icon indicates a | ||
− | <i>[[PrF_UG_classes_hide_class|hidden]]</i> | + | <i>[[PrF_UG_classes_hide_class|hidden]]</i> class. |
− | class. | + | You can use hidden classes to restrict a user's view of your knowledge base |
− | You can use hidden classes to restrict a user's view of your knowledge base while retaining the structure of the larger project. | + | while retaining the structure of the larger project. |
You choose whether or not to display the hidden classes in a project using the | You choose whether or not to display the hidden classes in a project using the | ||
− | [[PrF_UG_projects_configure_project|Configure]] | + | [[PrF_UG_projects_configure_project|Configure]] dialog box. |
− | dialog box. | ||
{| summary="hidden classes" | {| summary="hidden classes" | ||
Line 110: | Line 105: | ||
| | | | ||
The absence of a | The absence of a | ||
− | + | [[Image:PrF_UG_all_hierarchy.expanded.gif|all_hierarchy.expanded]] | |
− | or a | + | or a [[Image:PrF_UG_all_hierarchy.collapsed.gif|all_hierarchy.collapsed]] |
− | [[Image:PrF_UG_all_hierarchy.collapsed.gif|all_hierarchy.collapsed]] | ||
indicates that the class has no subclasses. | indicates that the class has no subclasses. | ||
− | In the newspaper example, | + | In the newspaper example, <b>Library</b> has no subclasses. |
− | <b>Library</b> has no subclasses. | ||
|} | |} | ||
<b>Note:</b> To display all subclasses below a class, | <b>Note:</b> To display all subclasses below a class, | ||
− | right-click the class and select <b>Expand</b> from the cascading | + | right-click the class and select <b>Expand</b> |
− | [[PrF_UG_classes_class_menu|Class Menu]]. | + | from the cascading [[PrF_UG_classes_class_menu|Class Menu]]. |
</div> | </div> |
Revision as of 10:49, October 15, 2008
The Class Icons
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:
A concrete class | |
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:
An abstract class | |
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:
A system concrete class or an included concrete class | |
A system abstract class or an included abstract class | |
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.
A hidden concrete class | |
A hidden abstract class | |
A hidden metaclass |
Hierarchy Icons
The following icons give information about the display of the class hierarchy:
Note: To display all subclasses below a class, right-click the class and select Expand from the cascading Class Menu.