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

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

public class CreateObjectPropertySuggestion
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
CreateObjectPropertySuggestion(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

CreateObjectPropertySuggestion

public CreateObjectPropertySuggestion(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