Uses of Class
org.liveontologies.protege.explanation.justification.priority.PrioritizedJustification
Packages that use PrioritizedJustification
Package
Description
-
Uses of PrioritizedJustification in org.liveontologies.protege.explanation.justification
Methods in org.liveontologies.protege.explanation.justification that return PrioritizedJustificationModifier and TypeMethodDescriptionExplanation.getJustification(int index) JustificationFrameSection.getJustification()JustificationManager.pollJustification()Methods in org.liveontologies.protege.explanation.justification with parameters of type PrioritizedJustificationModifier and TypeMethodDescriptionintExplanation.addJustification(PrioritizedJustification justification) voidJustificationFrameList.addJustification(PrioritizedJustification justification, int justificationNo) voidJustificationFormattingManager.clearFormatting(PrioritizedJustification justification) voidJustificationFormattingManager.decreaseIndentation(org.semanticweb.owlapi.model.OWLAxiom entailment, PrioritizedJustification justification, org.semanticweb.owlapi.model.OWLAxiom axiom) intJustificationFormattingManager.getIndentation(org.semanticweb.owlapi.model.OWLAxiom entailment, PrioritizedJustification justification, org.semanticweb.owlapi.model.OWLAxiom axiom) List<org.semanticweb.owlapi.model.OWLAxiom> JustificationFormattingManager.getOrdering(org.semanticweb.owlapi.model.OWLAxiom entailment, PrioritizedJustification justification) voidJustificationFormattingManager.increaseIndentation(org.semanticweb.owlapi.model.OWLAxiom entailment, PrioritizedJustification justification, org.semanticweb.owlapi.model.OWLAxiom axiom) booleanJustificationFormattingManager.moveAxiomDown(org.semanticweb.owlapi.model.OWLAxiom entailment, PrioritizedJustification justification, org.semanticweb.owlapi.model.OWLAxiom axiom) booleanJustificationFormattingManager.moveAxiomUp(org.semanticweb.owlapi.model.OWLAxiom entailment, PrioritizedJustification justification, org.semanticweb.owlapi.model.OWLAxiom axiom) voidJustificationFormattingManager.setIndentation(org.semanticweb.owlapi.model.OWLAxiom entailment, PrioritizedJustification justification, org.semanticweb.owlapi.model.OWLAxiom axiom, int indentation) -
Uses of PrioritizedJustification in org.liveontologies.protege.explanation.justification.priority
Methods in org.liveontologies.protege.explanation.justification.priority that return PrioritizedJustificationModifier and TypeMethodDescriptionPrioritizedJustificationFactory.createJustification(Set<org.semanticweb.owlapi.model.OWLAxiom> axioms) Methods in org.liveontologies.protege.explanation.justification.priority with parameters of type PrioritizedJustificationModifier and TypeMethodDescriptionintPrioritizedJustification.compareTo(PrioritizedJustification o)