edu.stanford.smi.protegex.owl.ui
Class ResourceComparator

java.lang.Object
  extended byedu.stanford.smi.protege.ui.FrameComparator
      extended byedu.stanford.smi.protegex.owl.ui.ResourceComparator
All Implemented Interfaces:
Comparator

public class ResourceComparator
extends edu.stanford.smi.protege.ui.FrameComparator
implements Comparator

A Comparator that compares two RDFResources by their name.

Author:
Holger Knublauch

Constructor Summary
ResourceComparator()
           
 
Methods inherited from class edu.stanford.smi.protege.ui.FrameComparator
compare
 
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
compare, equals
 

Constructor Detail

ResourceComparator

public ResourceComparator()