org.semanticweb.HermiT.model
Class DLOntology.AtomicRoleComparator

java.lang.Object
  extended by org.semanticweb.HermiT.model.DLOntology.AtomicRoleComparator
All Implemented Interfaces:
java.io.Serializable, java.util.Comparator<AtomicRole>
Enclosing class:
DLOntology

public static class DLOntology.AtomicRoleComparator
extends java.lang.Object
implements java.io.Serializable, java.util.Comparator<AtomicRole>

See Also:
Serialized Form

Field Summary
static java.util.Comparator<AtomicRole> INSTANCE
           
 
Constructor Summary
DLOntology.AtomicRoleComparator()
           
 
Method Summary
 int compare(AtomicRole o1, AtomicRole o2)
           
protected  java.lang.Object readResolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

INSTANCE

public static final java.util.Comparator<AtomicRole> INSTANCE
Constructor Detail

DLOntology.AtomicRoleComparator

public DLOntology.AtomicRoleComparator()
Method Detail

compare

public int compare(AtomicRole o1,
                   AtomicRole o2)
Specified by:
compare in interface java.util.Comparator<AtomicRole>

readResolve

protected java.lang.Object readResolve()