Difference between revisions of "PrF UG classes class icons"
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
== The Class Icons == | == The Class Icons == | ||
− | {{PrF_UG_TOC_classes}}<div id='prf_ug'> | + | <noinclude>{{PrF_UG_TOC_classes}}<div id='prf_ug'></noinclude> |
The icons in the Class window provide information | The icons in the Class window provide information | ||
Line 16: | Line 16: | ||
that is, a class that may have direct instances: | that is, a class that may have direct instances: | ||
+ | <div class='b'> | ||
{| summary="concrete class and metaclass" | {| summary="concrete class and metaclass" | ||
| width="75" | | | width="75" | | ||
Line 27: | Line 28: | ||
A concrete [[PrF_UG_meta_metaclass_intro|metaclass]] | A concrete [[PrF_UG_meta_metaclass_intro|metaclass]] | ||
|} | |} | ||
+ | </div> | ||
A <i>hollow</i> icon (with a hole) indicates an | A <i>hollow</i> icon (with a hole) indicates an | ||
Line 33: | Line 35: | ||
Abstract classes can have subclasses: | Abstract classes can have subclasses: | ||
+ | <div class='b'> | ||
{| summary="abstract class and metaclass" | {| summary="abstract class and metaclass" | ||
| width="75" | | | width="75" | | ||
Line 44: | Line 47: | ||
An abstract metaclass | An abstract metaclass | ||
|} | |} | ||
+ | </div> | ||
A <i>pale</i> icon indicates a system class or a class that has been | A <i>pale</i> icon indicates a system class or a class that has been | ||
Line 52: | Line 56: | ||
for more information: | for more information: | ||
+ | <div class='b'> | ||
{| summary="included classes" | {| summary="included classes" | ||
| width="75" | | | width="75" | | ||
Line 67: | Line 72: | ||
A system abstract metaclass or an included abstract metaclass | A system abstract metaclass or an included abstract metaclass | ||
|} | |} | ||
+ | </div> | ||
A <i>gray</i> icon indicates a | A <i>gray</i> icon indicates a | ||
Line 75: | Line 81: | ||
[[PrF_UG_projects_configure_project|Configure]] dialog box. | [[PrF_UG_projects_configure_project|Configure]] dialog box. | ||
+ | <div class='b'> | ||
{| summary="hidden classes" | {| summary="hidden classes" | ||
| width="75" | | | width="75" | | ||
Line 91: | Line 98: | ||
A hidden metaclass | A hidden metaclass | ||
|} | |} | ||
+ | </div> | ||
=== Hierarchy Icons === | === Hierarchy Icons === | ||
Line 96: | 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 117: | 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, | ||
Line 123: | Line 133: | ||
− | </div> | + | <noinclude></div></noinclude> |
Latest revision as of 16:22, November 13, 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:
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.
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.