Interface AxiomSelectionModel
- All Known Implementing Classes:
AxiomSelectionModelImpl,PresentationPanel
public interface AxiomSelectionModel
Author: Matthew Horridge The University Of Manchester Information Management
Group Date: 09-Oct-2008
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidSet<org.semanticweb.owlapi.model.OWLAxiom> voidvoidsetAxiomSelected(org.semanticweb.owlapi.model.OWLAxiom axiom, boolean b)
-
Method Details
-
addAxiomSelectionListener
-
removeAxiomSelectionListener
-
setAxiomSelected
void setAxiomSelected(org.semanticweb.owlapi.model.OWLAxiom axiom, boolean b) -
getSelectedAxioms
Set<org.semanticweb.owlapi.model.OWLAxiom> getSelectedAxioms() -
clearSelection
void clearSelection()
-