Package org.semanticweb.owlapi.util
Class OWLEntityIRIComparator
java.lang.Object
org.semanticweb.owlapi.util.OWLEntityIRIComparator
- All Implemented Interfaces:
Serializable
,Comparator<OWLEntity>
Comparator that uses IRI ordering to order entities.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
OWLEntityIRIComparator
public OWLEntityIRIComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<OWLEntity>
-