|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.smi.protegex.owl.ui.actions.AbstractOWLModelAction
edu.stanford.smi.protegex.owl.inference.ui.action.ClassifyTaxonomyAction
User: matthewhorridge
The Univeristy Of Manchester
Medical Informatics Group
Date: Jun 18, 2004
Field Summary | |
private OWLModel |
owlModel
|
Fields inherited from class edu.stanford.smi.protegex.owl.ui.actions.AbstractOWLModelAction |
CODE_MENU, OWL_MENU, PROJECT_MENU, TOOLS_MENU |
Fields inherited from interface edu.stanford.smi.protegex.owl.ui.actions.OWLModelAction |
ICON, NAME, PATH_SEPARATOR, SUITABILITY |
Constructor Summary | |
ClassifyTaxonomyAction()
|
Method Summary | |
void |
executeReasonerActions(ReasonerTaskListener taskListener)
Will be called by the runner to execute some reasoner actions. |
String |
getIconFileName()
Gets the relative name of an (optional) icon. |
String |
getMenubarPath()
Gets a path to the menu bar location of this action. |
String |
getName()
Gets the human readable name of this action, to be used as menu item text and tool bar button tool tip text. |
OWLModel |
getOWLModel()
|
String |
getToolbarPath()
Gets the path to the tool bar location of this action. |
void |
run(OWLModel owlModel)
Called when the action is executed by the user. |
Methods inherited from class edu.stanford.smi.protegex.owl.ui.actions.AbstractOWLModelAction |
addPropertyChangeListener, dispose, getIconResourceClass, isSuitable, notifyPropertyChangeListeners, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private OWLModel owlModel
Constructor Detail |
public ClassifyTaxonomyAction()
Method Detail |
public void executeReasonerActions(ReasonerTaskListener taskListener) throws DIGReasonerException
RunnableReasonerAction
executeReasonerActions
in interface RunnableReasonerAction
taskListener
-
DIGReasonerException
public String getIconFileName()
IconOwner
getIconFileName
in interface IconOwner
getIconFileName
in class AbstractOWLModelAction
public String getMenubarPath()
OWLModelAction
PATH_SEPARATOR
) between
the menu and group name.
getMenubarPath
in interface OWLModelAction
public String getToolbarPath()
OWLModelAction
getToolbarPath
in interface OWLModelAction
getToolbarPath
in class AbstractOWLModelAction
public String getName()
OWLModelAction
getName
in interface OWLModelAction
public void run(OWLModel owlModel)
OWLModelAction
run
in interface OWLModelAction
owlModel
- the OWLModel to operate onpublic OWLModel getOWLModel()
getOWLModel
in interface RunnableReasonerAction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |