|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dllearner.tools.ore.WizardPanelDescriptor
org.dllearner.tools.ore.RepairPanelDescriptor
public class RepairPanelDescriptor
Wizard panel descriptor where it is possible torepair wrong examples.
| Field Summary | |
|---|---|
static String |
IDENTIFIER
|
static String |
INFORMATION
|
| Fields inherited from class org.dllearner.tools.ore.WizardPanelDescriptor |
|---|
FINISH |
| Constructor Summary | |
|---|---|
RepairPanelDescriptor()
|
|
| Method Summary | |
|---|---|
void |
aboutToDisplayPanel()
Override this method to provide functionality that will be performed just before the panel is to be displayed. |
void |
actionPerformed(ActionEvent event)
Method to control actions by button pressed. |
Object |
getBackPanelDescriptor()
Override this class to provide the Object-based identifier of the panel that the user should traverse to when the Back button is pressed. |
Object |
getNextPanelDescriptor()
Override this class to provide the Object-based identifier of the panel that the user should traverse to when the Next button is pressed. |
Set<org.semanticweb.owl.model.OWLOntologyChange> |
getOntologyChanges()
Returns all ontology changes been done by repairing ontology. |
void |
mouseClicked(MouseEvent e)
Method provides repair action by double click on list element. |
void |
mouseEntered(MouseEvent e)
|
void |
mouseExited(MouseEvent e)
|
void |
mousePressed(MouseEvent e)
|
void |
mouseReleased(MouseEvent e)
|
void |
refreshExampleLists()
Adds the wrong negative and positive examples to the lists. |
void |
valueChanged(ListSelectionEvent arg0)
|
| Methods inherited from class org.dllearner.tools.ore.WizardPanelDescriptor |
|---|
aboutToHidePanel, displayingPanel, getPanelComponent, getPanelDescriptorIdentifier, getWizard, getWizardModel, setPanelComponent, setPanelDescriptorIdentifier |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String IDENTIFIER
public static final String INFORMATION
| Constructor Detail |
|---|
public RepairPanelDescriptor()
| Method Detail |
|---|
public Object getNextPanelDescriptor()
WizardPanelDescriptor
getNextPanelDescriptor in class WizardPanelDescriptorpublic Object getBackPanelDescriptor()
WizardPanelDescriptor
getBackPanelDescriptor in class WizardPanelDescriptorpublic void aboutToDisplayPanel()
WizardPanelDescriptor
aboutToDisplayPanel in class WizardPanelDescriptorpublic void refreshExampleLists()
public void actionPerformed(ActionEvent event)
actionPerformed in interface ActionListenerpublic void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenerpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenerpublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListenerpublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenerpublic Set<org.semanticweb.owl.model.OWLOntologyChange> getOntologyChanges()
public void valueChanged(ListSelectionEvent arg0)
valueChanged in interface ListSelectionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||