Difference between revisions of "PrF UG classes template slot pane"

From Protege Wiki
Jump to: navigation, search
Line 4: Line 4:
 
{{PrF_UG_TOC_classes}}<div id='prf_ug'>
 
{{PrF_UG_TOC_classes}}<div id='prf_ug'>
  
The Template Slots pane at the bottom of the
+
The Template Slots pane at the bottom
[[PrF_UG_classes_class_editor|Class Editor]]
+
of the [[PrF_UG_classes_class_editor|Class Editor]]
 
displays the direct and inherited slots for the selected class.
 
displays the direct and inherited slots for the selected class.
Slots,
+
Slots, which represent properties of your class,
which represent properties of your class,
 
 
are a crucial part of your knowledge base.
 
are a crucial part of your knowledge base.
 
In the example,
 
In the example,
Line 17: Line 16:
 
=== The Template Slot Buttons ===
 
=== The Template Slot Buttons ===
  
The buttons at the upper right of the Template Slots pane allow you to edit,
+
The buttons at the upper right of the Template Slots pane allow you
override,
+
to edit, override, add, and remove slots.
add,
 
and remove slots.
 
 
See the separate
 
See the separate
[[PrF_UG_classes_template_slot_buttons|Template Slot Buttons]]
+
[[PrF_UG_classes_template_slot_buttons|Template Slot Buttons]] topic
topic for more information.
+
for more information.
  
You can also view,
+
You can also view, create, and delete slots directly
create,
+
from the [[PrF_UG_slots_slots_tab|Slots Tab]].
and delete slots directly from the
+
See the [[PrF_UG_slots_slot_buttons|Slot Buttons]]
[[PrF_UG_slots_slots_tab|Slots Tab]].
 
See the
 
[[PrF_UG_slots_slot_buttons|Slot Buttons]]
 
 
for more information.
 
for more information.
  
 
=== The Template Slot Menu ===
 
=== The Template Slot Menu ===
  
Right-clicking anywhere in the Template Slots pane brings up the Template Slot menu,
+
Right-clicking anywhere in the Template Slots pane
which allows you to edit,
+
brings up the Template Slot menu,
override,
+
which allows you to edit, override, add, and remove slots.
add,
+
These are the same actions provided
and remove slots.
+
by the [[PrF_UG_classes_template_slot_buttons|Template Slot Buttons]].
These are the same actions provided by the
 
[[PrF_UG_classes_template_slot_buttons|Template Slot Buttons]].
 
  
 
<div>[[Image:PrF_UG_classes_template_slots_menu_context.png|classes_template_slots_menu_context]]</div>
 
<div>[[Image:PrF_UG_classes_template_slots_menu_context.png|classes_template_slots_menu_context]]</div>
Line 53: Line 45:
 
[[Image:PrF_UG_slots_slot.gif|slots_slot]]
 
[[Image:PrF_UG_slots_slot.gif|slots_slot]]
 
| A blue icon means that the slot is <i>direct</i>;
 
| A blue icon means that the slot is <i>direct</i>;
that is,
+
that is, it was created directly on the selected class.
it was created directly on the selected class. <b>responsible_for</b> is a direct slot.
+
<b>responsible_for</b> is a direct slot.
 
|-
 
|-
 
|
 
|
 
[[Image:PrF_UG_slots_slot.inherited.gif|slots_slot.inherited]]
 
[[Image:PrF_UG_slots_slot.inherited.gif|slots_slot.inherited]]
| A bracketed icon means that the slot is <i>inherited</i> from one of the selected class's ancestors.
+
| A bracketed icon means that the slot is <i>inherited</i>
Inherited slots can be edited,
+
from one of the selected class's ancestors.
but not deleted;
+
Inherited slots can be edited, but not deleted;
 
there are also some restrictions on the edits that are allowed.
 
there are also some restrictions on the edits that are allowed.
 
In the example above,
 
In the example above,
Line 68: Line 60:
 
[[Image:PrF_UG_slots_slot.inherited.overridden.gif|slots_slot.inherited.overridden]]
 
[[Image:PrF_UG_slots_slot.inherited.overridden.gif|slots_slot.inherited.overridden]]
 
| A bracketed icon containing "0" means the slot has <i>overrides</i>;
 
| A bracketed icon containing "0" means the slot has <i>overrides</i>;
that is,
+
that is, the slot is inherited <i>and</i> it has been modified at the class.
the slot is inherited <i>and</i> it has been modified at the class.
 
 
|}
 
|}
  
Line 75: Line 66:
  
 
The columns in the Slot Templates Pane summarize the slot properties;
 
The columns in the Slot Templates Pane summarize the slot properties;
these can be viewed and edited in the
+
these can be viewed and edited
[[PrF_UG_slots_slot_editor|Slot Editor]]
+
in the [[PrF_UG_slots_slot_editor|Slot Editor]]
or
+
or [[PrF_UG_slots_slots_tab|Slots Tab]].
[[PrF_UG_slots_slots_tab|Slots Tab]].
 
  
 
{| summary="slot summary columns"
 
{| summary="slot summary columns"
 
| <b>Name</b>
 
| <b>Name</b>
 
| Displays the name of the slot.
 
| Displays the name of the slot.
Hovering over the name of an inherited slot will show the names of the class(es) that the slot is inherited from.
+
| Hovering over the name of an inherited slot
 +
| will show the names of the class(es) that the slot is inherited from.
 
|-
 
|-
 
| <b>Cardinality</b>
 
| <b>Cardinality</b>
| Indicates whether a slot value can consist of <b>Multiple</b> items or must be a <b>Single</b> item.
+
| Indicates whether a slot value can consist of <b>Multiple</b> items
 +
| or must be a <b>Single</b> item.
 
|-
 
|-
 
| <b>Type</b>
 
| <b>Type</b>
Line 92: Line 84:
 
Indicates the kind of values that the slot may hold.
 
Indicates the kind of values that the slot may hold.
 
Available types are:
 
Available types are:
<b>Any</b>,
+
<b>Any</b>, <b>Boolean</b>, <b>Class</b>, <b>Float</b>,
<b>Boolean</b>,
+
<b>Instance</b>, <b>Integer</b>, <b>String</b>, and <b>Symbol</b>.
<b>Class</b>,
 
<b>Float</b>,
 
<b>Instance</b>,
 
<b>Integer</b>,
 
<b>String</b>,
 
and <b>Symbol</b>.
 
 
For slots of type <b>Class</b> or <b>Integer</b>,
 
For slots of type <b>Class</b> or <b>Integer</b>,
 
also displays the allowed classes.
 
also displays the allowed classes.
See
+
See [[PrF_UG_slots_value_type_menu|The Value Type Menu]]
[[PrF_UG_slots_value_type_menu|The Value Type Menu]]
 
 
for more information.
 
for more information.
 
|-
 
|-
 
| <b>Other Facets</b>
 
| <b>Other Facets</b>
 
|
 
|
Displays any other facets defined in the
+
Displays any other facets defined
[[PrF_UG_slots_slot_editor|Slot Editor]]
+
in the [[PrF_UG_slots_slot_editor|Slot Editor]]
or
+
or [[PrF_UG_slots_slots_tab|Slots Tab]],
[[PrF_UG_slots_slots_tab|Slots Tab]],
+
such as any required values, defaults,
such as any required values,
 
defaults,
 
 
or minimum or maximum values.
 
or minimum or maximum values.
 
Also lists the allowed values for a slot of type <b>Symbol</b>.
 
Also lists the allowed values for a slot of type <b>Symbol</b>.

Revision as of 13:36, October 15, 2008

The Template Slots Pane


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 Template Slots pane at the bottom of the Class Editor displays the direct and inherited slots for the selected class. Slots, which represent properties of your class, are a crucial part of your knowledge base. In the example, Article has a number of slots which appear in the Template Slots pane.

classes_template_slots_pane

The Template Slot Buttons

The buttons at the upper right of the Template Slots pane allow you to edit, override, add, and remove slots. See the separate Template Slot Buttons topic for more information.

You can also view, create, and delete slots directly from the Slots Tab. See the Slot Buttons for more information.

The Template Slot Menu

Right-clicking anywhere in the Template Slots pane brings up the Template Slot menu, which allows you to edit, override, add, and remove slots. These are the same actions provided by the Template Slot Buttons.

classes_template_slots_menu_context

The Slot Icons

The icons at the left of the column give information about the slot.

slots_slot

A blue icon means that the slot is direct;

that is, it was created directly on the selected class. responsible_for is a direct slot.

slots_slot.inherited

A bracketed icon means that the slot is inherited

from one of the selected class's ancestors. Inherited slots can be edited, but not deleted; there are also some restrictions on the edits that are allowed. In the example above, containing_section is an inherited slot.

slots_slot.inherited.overridden

A bracketed icon containing "0" means the slot has overrides;

that is, the slot is inherited and it has been modified at the class.

Slot Summary Columns

The columns in the Slot Templates Pane summarize the slot properties; these can be viewed and edited in the Slot Editor or Slots Tab.

Name Displays the name of the slot. Hovering over the name of an inherited slot will show the names of the class(es) that the slot is inherited from.
Cardinality Indicates whether a slot value can consist of Multiple items or must be a Single item.
Type

Indicates the kind of values that the slot may hold. Available types are: Any, Boolean, Class, Float, Instance, Integer, String, and Symbol. For slots of type Class or Integer, also displays the allowed classes. See The Value Type Menu for more information.

Other Facets

Displays any other facets defined in the Slot Editor or Slots Tab, such as any required values, defaults, or minimum or maximum values. Also lists the allowed values for a slot of type Symbol.