|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticweb.owl.util.OWLDescriptionComparator
public class OWLDescriptionComparator
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jun-2007
It's sometimes useful (for pretty printing etc.) to be able to order
class descriptions. This comparator provides an implementation that
can be used to order class descriptions.
Nested Class Summary | |
---|---|
static class |
OWLDescriptionComparator.CoarseGrainedDescriptionComparator
Compares two descriptions using the coarse grained categories of OWLClass, OWLObjectRestriction, OWLDataRestriction, OWLBooleanDescription, OWLObjectOneOf |
static class |
OWLDescriptionComparator.OWLPropertyExpressionComparator
Compares two property expressions. |
Constructor Summary | |
---|---|
OWLDescriptionComparator(ShortFormProvider shortFormProvider)
|
Method Summary | |
---|---|
int |
compare(OWLDescription o1,
OWLDescription o2)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public OWLDescriptionComparator(ShortFormProvider shortFormProvider)
Method Detail |
---|
public int compare(OWLDescription o1, OWLDescription o2)
compare
in interface java.util.Comparator<OWLDescription>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |