Class PrioritizedJustification
java.lang.Object
org.liveontologies.protege.explanation.justification.priority.PrioritizedJustification
- All Implemented Interfaces:
Comparable<PrioritizedJustification>
public class PrioritizedJustification
extends Object
implements Comparable<PrioritizedJustification>
A justification (set of
OWLAxiom) that compared using the
corresponding JustificationPriority- Author:
- Yevgeny Kazakov
-
Method Summary
-
Method Details
-
getAxioms
-
getSize
public int getSize() -
contains
public boolean contains(org.semanticweb.owlapi.model.OWLAxiom axiom) -
compareTo
- Specified by:
compareToin interfaceComparable<PrioritizedJustification>
-
hashCode
public int hashCode() -
equals
-