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

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

public class CreateClassSuggestion
extends AbstractNamedObjectCreationSuggestion

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
CreateClassSuggestion(OWLModel model, String name)
           
 
Method Summary
 void createObject()
           
 Icon getIcon()
           
 String getObjectType()
           
 
Methods inherited from class edu.stanford.smi.protegex.owl.ui.clsdesc.manchester.AbstractNamedObjectCreationSuggestion
getDescription, getModel, getName, performSuggestion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateClassSuggestion

public CreateClassSuggestion(OWLModel model,
                             String name)
Method Detail

createObject

public void createObject()
Specified by:
createObject in class AbstractNamedObjectCreationSuggestion

getObjectType

public String getObjectType()
Specified by:
getObjectType in class AbstractNamedObjectCreationSuggestion

getIcon

public Icon getIcon()
Specified by:
getIcon in interface Suggestion
Overrides:
getIcon in class AbstractNamedObjectCreationSuggestion