Difference between revisions of "PrF UG meta metaclass create"

From Protege Wiki
Jump to: navigation, search
(Automated import of articles)
 
Line 4: Line 4:
 
{{PrF_UG_TOC_meta}}<div id='prf_ug'>
 
{{PrF_UG_TOC_meta}}<div id='prf_ug'>
  
Despite the power of metaclasses,
+
Despite the power of metaclasses, their basic interface is very simple.
their basic interface is very simple.
 
 
Creating a metaclass is almost identical to creating a class.
 
Creating a metaclass is almost identical to creating a class.
 
You simply have to make sure that the class is created subordinate to <b>:CLASS</b>.
 
You simply have to make sure that the class is created subordinate to <b>:CLASS</b>.
 
Every metaclass is subordinate to <b>:CLASS</b>.
 
Every metaclass is subordinate to <b>:CLASS</b>.
By default,
+
By default, every class subordinate to <b>:CLASS</b> is a metaclass,
every class subordinate to <b>:CLASS</b> is a metaclass,
 
 
unless you change it.
 
unless you change it.
  
Most often,
+
Most often, it is desirable to create a metaclass subordinate to <b>:STANDARD-CLASS</b>,
it is desirable to create a metaclass subordinate to <b>:STANDARD-CLASS</b>,
+
so that the classes created using the metaclass will have the various properties defined
so that the classes created using the metaclass will have the various properties defined by the <b>:STANDARD-CLASS</b> slots.
+
by the <b>:STANDARD-CLASS</b> slots.
Without these properties,
+
Without these properties, you cannot name the class or add template slots.
you cannot name the class or add template slots.
 
  
 
To create a new class as a metaclass:
 
To create a new class as a metaclass:
Line 25: Line 22:
 
     Click on the desired superclass in the Class Browser.
 
     Click on the desired superclass in the Class Browser.
 
     The selected superclass must itself be a metaclass.
 
     The selected superclass must itself be a metaclass.
     As mentioned above,
+
     As mentioned above, this will be true only if the selected superclass
    this will be true only if the selected superclass is subordinate to <b>:CLASS</b>.
+
    is subordinate to <b>:CLASS</b>.
   
 
    </p><p> <div>[[Image:PrF_UG_meta_select_standard_class.png|metaclasses_select_standard_class]]</div>
 
 
     </p>
 
     </p>
 +
    <div>[[Image:PrF_UG_meta_select_standard_class.png|
 +
          metaclasses_select_standard_class]]</div>
  
 
   <li><p>
 
   <li><p>
 
     Click the <b>Create Class</b>
 
     Click the <b>Create Class</b>
     [[Image:PrF_UG_classes_class.create.gif|classes_class.create]]
+
     [[Image:PrF_UG_classes_class.create.gif|classes_class.create]] button,
    button,
 
 
     at the right of the Class Browser.
 
     at the right of the Class Browser.
 
     The new class will be added under the highlighted class.
 
     The new class will be added under the highlighted class.
 
     It will inherit the properties of the selected metaclass,
 
     It will inherit the properties of the selected metaclass,
 
     including any template slots.
 
     including any template slots.
   
 
    </p><p> <div>[[Image:PrF_UG_meta_create_wines_metaclass.png|metaclasses_create_wines_metaclass]]</div>
 
 
     </p>
 
     </p>
 +
    <div>[[Image:PrF_UG_meta_create_wines_metaclass.png|
 +
          metaclasses_create_wines_metaclass]]</div>
  
 
   <li><p>
 
   <li><p>
     Use the
+
     Use the [[PrF_UG_classes_class_editor|Class Editor]]
    [[PrF_UG_classes_class_editor|Class Editor]]
+
     to name the class, create constraints, and attach and edit template slots.
     to name the class,
+
     Remember that the template slots you attach to the metaclass
    create constraints,
+
    appear as entry fields on the Class Editor
    and attach and edit template slots.
+
    for the classes you create using this metaclass.
     Remember that the template slots you attach to the metaclass appear as entry fields on the Class Editor for the classes you create using this metaclass.
+
     For example, the <b>:NAME</b> slot for <b>:STANDARD-CLASS</b>
     For example,
+
    becomes the <b>Name</b> entry field when you create a class.
    the <b>:NAME</b> slot for <b>:STANDARD-CLASS</b> becomes the <b>Name</b> entry field when you create a class.
 
 
     In the Wineries example,
 
     In the Wineries example,
 
     there is an additional slot named <i>best_wineries</i>.
 
     there is an additional slot named <i>best_wineries</i>.
   
 
    </p><p> <div>[[Image:PrF_UG_meta_metaclass_editor.png|metaclasses_metaclass_editor]]</div>
 
 
     </p>
 
     </p>
 +
    <div>[[Image:PrF_UG_meta_metaclass_editor.png|
 +
          metaclasses_metaclass_editor]]</div>
 
</ol>
 
</ol>
  
  
 
</div>
 
</div>

Revision as of 11:50, October 16, 2008

Creating a Metaclass


Protege-Frames User's Guide
Metaclasses
Understanding Metaclasses
Example: Creating and Using a Metaclass
Looking at :STANDARD- CLASS
Creating a Metaclass
Creating a Class Using a Metaclass
Changing the Metaclass of a Class
Changing the Metaclass of Subclasses
Setting the Default Metaclass
Customizing the Class or Slot Editor
Understanding Slot Metaclasses
Creating a Slot Metaclass
Changing the Slot Metaclass of a Slot
Creating a Subslot Using a Slot Metaclass
Changing the Slot Metaclass of Subslots
Setting the Default Slot Metaclass
Glossary, Editing Help

Despite the power of metaclasses, their basic interface is very simple. Creating a metaclass is almost identical to creating a class. You simply have to make sure that the class is created subordinate to :CLASS. Every metaclass is subordinate to :CLASS. By default, every class subordinate to :CLASS is a metaclass, unless you change it.

Most often, it is desirable to create a metaclass subordinate to :STANDARD-CLASS, so that the classes created using the metaclass will have the various properties defined by the :STANDARD-CLASS slots. Without these properties, you cannot name the class or add template slots.

To create a new class as a metaclass:

  1. Click on the desired superclass in the Class Browser. The selected superclass must itself be a metaclass. As mentioned above, this will be true only if the selected superclass is subordinate to :CLASS.

    metaclasses_select_standard_class
  2. Click the Create Class classes_class.create button, at the right of the Class Browser. The new class will be added under the highlighted class. It will inherit the properties of the selected metaclass, including any template slots.

    metaclasses_create_wines_metaclass
  3. Use the Class Editor to name the class, create constraints, and attach and edit template slots. Remember that the template slots you attach to the metaclass appear as entry fields on the Class Editor for the classes you create using this metaclass. For example, the :NAME slot for :STANDARD-CLASS becomes the Name entry field when you create a class. In the Wineries example, there is an additional slot named best_wineries.

    metaclasses_metaclass_editor