Uses of Interface
org.liveontologies.protege.explanation.justification.AxiomSelectionModel
Packages that use AxiomSelectionModel
-
Uses of AxiomSelectionModel in org.liveontologies.protege.explanation.justification
Classes in org.liveontologies.protege.explanation.justification that implement AxiomSelectionModelModifier and TypeClassDescriptionclassAuthor: Matthew Horridge The University Of Manchester Information Management Group Date: 09-Oct-2008classAuthor: Matthew Horridge The University Of Manchester Information Management Group Date: 04-Oct-2008 The component that displays a set of justificationMethods in org.liveontologies.protege.explanation.justification with parameters of type AxiomSelectionModelModifier and TypeMethodDescriptionvoidAxiomSelectionListener.axiomAdded(AxiomSelectionModel source, org.semanticweb.owlapi.model.OWLAxiom axiom) voidJustificationFrameList.axiomAdded(AxiomSelectionModel source, org.semanticweb.owlapi.model.OWLAxiom axiom) voidAxiomSelectionListener.axiomRemoved(AxiomSelectionModel source, org.semanticweb.owlapi.model.OWLAxiom axiom) voidJustificationFrameList.axiomRemoved(AxiomSelectionModel source, org.semanticweb.owlapi.model.OWLAxiom axiom) Constructors in org.liveontologies.protege.explanation.justification with parameters of type AxiomSelectionModelModifierConstructorDescriptionJustificationFrameList(AxiomSelectionModel axiomSelectionModel, JustificationManager manager, PartialListVisualizer justificationPanel, Explanation explanation)