Difference between revisions of "PrF UG classes creating multiple classes"

From Protege Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
== Creating Multiple Subclasses ==
 
== Creating Multiple Subclasses ==
  
{{PrF_UG_TOC_classes}}<div id='prf_ug'>
+
<noinclude>{{PrF_UG_TOC_classes}}<div id='prf_ug'></noinclude>
  
 
{{#var:PrF}} supplies a wizard
 
{{#var:PrF}} supplies a wizard
Line 9: Line 9:
 
<ol class='a'>
 
<ol class='a'>
 
   <li><p>
 
   <li><p>
     At the [[PrF_UG_classes_classes_tab|Classes Tab]],
+
     At the [[PrF_UG_classes_classes_tab|Classes tab]],
 
     select the class you want as a superclass for the classes you create.
 
     select the class you want as a superclass for the classes you create.
 
     </p>
 
     </p>
Line 28: Line 28:
 
       </p>
 
       </p>
 
       <div>[[Image:PrF_UG_classes_wizard_multi_class.png|frame|none|
 
       <div>[[Image:PrF_UG_classes_wizard_multi_class.png|frame|none|
             entering a prefix]]</div>
+
             Create multiple subclasses dialog, entering a prefix]]</div>
 
    
 
    
 
     <li><p>
 
     <li><p>
Line 71: Line 71:
 
     To create subclasses of a class,
 
     To create subclasses of a class,
 
     make sure that <b>Tab indent to create hierarchy</b> is selected.
 
     make sure that <b>Tab indent to create hierarchy</b> is selected.
     Then, use the <b>Tab</b> key to create a hierarchy:
+
     Then, use the <b>tab</b> key to create a hierarchy:
 
     </p>
 
     </p>
  
Line 126: Line 126:
 
     </p>
 
     </p>
 
     <div>[[Image:PrF_UG_classes_wizard_multi_class_finish.png|frame|none|
 
     <div>[[Image:PrF_UG_classes_wizard_multi_class_finish.png|frame|none|
           result display]]</div>
+
           Create multiple subclasses dialog, result display]]</div>
  
 
   <li><p>
 
   <li><p>
Line 141: Line 141:
 
use the [[PrF_UG_classes_class_editor|Class Editor]].
 
use the [[PrF_UG_classes_class_editor|Class Editor]].
  
</div>
+
 
 +
<noinclude></div></noinclude>

Latest revision as of 17:29, November 13, 2008

Creating Multiple Subclasses


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

Protege-Frames supplies a wizard that lets you quickly create multiple subclasses of a selected class.

  1. At the Classes tab, select the class you want as a superclass for the classes you create.

  2. Select Tools | Wizards, then select Create multiple subclasses from the submenu.

  3. Set your options:

    • To have all classes you create begin the same way, enter an optional prefix.

      Create multiple subclasses dialog, entering a prefix
    • To have all classes you create end the same way, enter an optional suffix.

    • If you select Tab indent to create hierarchy, you can use tab indents, as described in Step 5.

  4. Enter your class names:

    • Type the name of a class, then press Enter to begin entering a second class.

    • You can edit or delete the name of any class you have already entered by moving the cursor to that name. You can also cut and paste text within and between class names.

    • If you enter an invalid character (e.g., /) in a class name, the name will be highlighted in red. You can edit the class name from the keyboard, or you can click Tidy to have Protege automatically substitute an underscore (_) for each invalid character.

  5. To create subclasses of a class, make sure that Tab indent to create hierarchy is selected. Then, use the tab key to create a hierarchy:

    • No tabs means the class will be a direct subclass of the selected superclass.

    • A single tab means the class will be a subclass of the nearest untabbed class above it in the list.

    • N tabs means the class will be a subclass of the nearest class with N-1 tabs above it in the list. For example, suppose you are creating subclasses of Superclass and you enter the following:

    1. Subclass direct subclass of Superclass

    2. Subclass_II direct subclass of Superclass

    3. SubSubclass subclass of Subclass_II

    4. SubSubSubclass subclass of SubSubclass

    5. SubSubclass_III direct subclass of Superclass

      Note: Extra Tab characters will be ignored. For example, if you insert a Tab before the first class name in the list, it will still be created as a direct subclass of the selected superclass.

  6. Click Finish or type Ctrl-Enter (Cmd-Enter). The wizard will display a list of classes that have been added. This is informational only - you cannot cancel at this point.

    Create multiple subclasses dialog, result display
  7. Click Finish to exit the wizard.

    wizard exited; result appears

The new classes will inherit all the properties of their superclass. If you wish to make any additional edits to your classes (e.g., attach an additional slot or override an inherited slot), use the Class Editor.