edu.stanford.smi.protegex.owl.ui.clsdesc.manchester
Class CreateSubClassSuggestion

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.ui.clsdesc.manchester.AbstractNamedObjectCreationSuggestion
      extended byedu.stanford.smi.protegex.owl.ui.clsdesc.manchester.CreateClassSuggestion
          extended byedu.stanford.smi.protegex.owl.ui.clsdesc.manchester.CreateSubClassSuggestion
All Implemented Interfaces:
Suggestion

public class CreateSubClassSuggestion
extends CreateClassSuggestion

User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Sep 7, 2005

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm


Field Summary
 
Fields inherited from class edu.stanford.smi.protegex.owl.ui.clsdesc.manchester.AbstractNamedObjectCreationSuggestion
 
Constructor Summary
CreateSubClassSuggestion(OWLModel model, String name)
           
 
Method Summary
 void createObject()
           
 String getDescription()
           
 
Methods inherited from class edu.stanford.smi.protegex.owl.ui.clsdesc.manchester.CreateClassSuggestion
getIcon, getObjectType
 
Methods inherited from class edu.stanford.smi.protegex.owl.ui.clsdesc.manchester.AbstractNamedObjectCreationSuggestion
getModel, getName, performSuggestion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateSubClassSuggestion

public CreateSubClassSuggestion(OWLModel model,
                                String name)
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in interface Suggestion
Overrides:
getDescription in class AbstractNamedObjectCreationSuggestion

createObject

public void createObject()
Overrides:
createObject in class CreateClassSuggestion