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 Details

    • addAxiomSelectionListener

      void addAxiomSelectionListener(AxiomSelectionListener lsnr)
    • removeAxiomSelectionListener

      void removeAxiomSelectionListener(AxiomSelectionListener lsnr)
    • setAxiomSelected

      void setAxiomSelected(org.semanticweb.owlapi.model.OWLAxiom axiom, boolean b)
    • getSelectedAxioms

      Set<org.semanticweb.owlapi.model.OWLAxiom> getSelectedAxioms()
    • clearSelection

      void clearSelection()