edu.stanford.smi.protegex.owl.model.util
Class DLExpressivityChecker.LangFeatureComparator

java.lang.Object
  extended byedu.stanford.smi.protegex.owl.model.util.DLExpressivityChecker.LangFeatureComparator
All Implemented Interfaces:
Comparator
Enclosing class:
DLExpressivityChecker

private class DLExpressivityChecker.LangFeatureComparator
extends Object
implements Comparator


Field Summary
private  List ORDER
           
 
Constructor Summary
private DLExpressivityChecker.LangFeatureComparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
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

ORDER

private List ORDER
Constructor Detail

DLExpressivityChecker.LangFeatureComparator

private DLExpressivityChecker.LangFeatureComparator()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator