Difference between revisions of "PrF UG projects remove included project"

From Protege Wiki
Jump to: navigation, search
(Automated import of articles)
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
== Removing an Included Project ==
 
== Removing an Included Project ==
  
{{PrF_UG_TOC_projects}}<div id='prf_ug'>
+
<noinclude>{{PrF_UG_TOC_projects}}<div id='prf_ug'></noinclude>
  
 
Removing an included project removes that project and any included projects it may have.
 
Removing an included project removes that project and any included projects it may have.
Line 9: Line 9:
 
   <li><p>
 
   <li><p>
 
     Select <b>Manage Included Projects</b> from the <b>Project</b> menu.
 
     Select <b>Manage Included Projects</b> from the <b>Project</b> menu.
     The current project,
+
     The current project, and its included projects, if any,
    and its included projects,
 
    if any,
 
 
     will be shown in a project hierarchy.
 
     will be shown in a project hierarchy.
 
     </p>
 
     </p>
Line 21: Line 19:
 
   <li><p>
 
   <li><p>
 
     Click the <b>Remove Project</b>
 
     Click the <b>Remove Project</b>
     [[Image:PrF_UG_projects_project.remove.gif|projects_project.remove]]
+
     ([[Image:PrF_UG_projects_project.remove.gif|projects_project.remove]]) button,
    button,
 
 
     at the top right of the <b>Manage Included Projects</b> dialog box.
 
     at the top right of the <b>Manage Included Projects</b> dialog box.
 
     </p>
 
     </p>
  
 
   <li><p>
 
   <li><p>
     To remove additional projects,
+
     To remove additional projects, repeat steps 2-3.
    repeat steps 2-3.
 
 
     </p>
 
     </p>
  
Line 34: Line 30:
 
     Click <b>OK</b>.
 
     Click <b>OK</b>.
 
     You will see a warning:
 
     You will see a warning:
   
 
    </p><p> <div>[[Image:PrF_UG_projects_included_reload_warn.png|projects_included_reload_warn]]</div>
 
 
     </p>
 
     </p>
 +
    <div>[[Image:PrF_UG_projects_included_reload_warn.png|frame|none|
 +
          save/reload warning dialog]]</div>
  
 
   <li><p>
 
   <li><p>
Line 42: Line 38:
 
     You will see a number of warnings.
 
     You will see a number of warnings.
 
     Classes that were included from the project;
 
     Classes that were included from the project;
     any classes you created subordinate to those classes will still appear as subclasses of <b>:UNDEFINED</b>.
+
     any classes you created subordinate to those classes
 +
    will still appear as subclasses of <b>:UNDEFINED</b>.
 
     For example:
 
     For example:
 
     </p>
 
     </p>
Line 52: Line 49:
 
    
 
    
 
     <li><p>
 
     <li><p>
       Then,
+
       Then, you include project B in project A.
      you include project B in project A.
 
 
       </p>
 
       </p>
 
    
 
    
 
     <li><p>
 
     <li><p>
       From project B,
+
       From project B, you get a class called X.
      you get a class called X.
 
 
       </p>
 
       </p>
 
    
 
    
 
     <li><p>
 
     <li><p>
       In project A,
+
       In project A, you make a bunch of subclasses of X.
      you make a bunch of subclasses of X.
 
 
       </p>
 
       </p>
 
    
 
    
 
     <li><p>
 
     <li><p>
       Then,
+
       Then, you remove project B from project A.
      you remove project B from project A.
 
 
       </p>
 
       </p>
 
    
 
    
 
     <li><p>
 
     <li><p>
       Protege keeps all the subclasses of X that were created in project A,
+
       {{#var:Pr}} keeps all the subclasses of X that were created in project A,
 
       but they are now subclasses of a class called <b>:UNDEFINED</b>,
 
       but they are now subclasses of a class called <b>:UNDEFINED</b>,
       because when you removed included project B,
+
       because when you removed included project B, you lost class X.
      you lost class X.
 
 
       </p>
 
       </p>
 
   </ul>
 
   </ul>
Line 81: Line 73:
  
  
</div>
+
<noinclude></div></noinclude>

Latest revision as of 18:35, November 13, 2008

Removing an Included Project


Protege-Frames User's Guide
Projects
Creating a Project
Opening a Project
Importing a Project
Saving a Project
Converting a Project's Type
Exporting a Project
Renaming a Project
Setting Preferences
Archiving a Project
Reverting to an Archived Project
Including a Project
Activating an Included Project
Removing an Included Project
Merging an Included Project
Configuring a Project
Project Metrics
Using Undo
Glossary, Editing Help

Removing an included project removes that project and any included projects it may have.

  1. Select Manage Included Projects from the Project menu. The current project, and its included projects, if any, will be shown in a project hierarchy.

  2. Highlight the project you want to remove.

  3. Click the Remove Project (projects_project.remove) button, at the top right of the Manage Included Projects dialog box.

  4. To remove additional projects, repeat steps 2-3.

  5. Click OK. You will see a warning:

    save/reload warning dialog
  6. Click OK to remove the project. You will see a number of warnings. Classes that were included from the project; any classes you created subordinate to those classes will still appear as subclasses of :UNDEFINED. For example:

    • Let's say you have a project A.

    • Then, you include project B in project A.

    • From project B, you get a class called X.

    • In project A, you make a bunch of subclasses of X.

    • Then, you remove project B from project A.

    • Protege keeps all the subclasses of X that were created in project A, but they are now subclasses of a class called :UNDEFINED, because when you removed included project B, you lost class X.