org.eclipse.ocl.examples.standalone.validity
Class ValidateCommand.ExporterComparator

java.lang.Object
  extended by org.eclipse.ocl.examples.standalone.validity.ValidateCommand.ExporterComparator
All Implemented Interfaces:
java.util.Comparator<IValidityExporterDescriptor>
Enclosing class:
ValidateCommand

protected static final class ValidateCommand.ExporterComparator
extends java.lang.Object
implements java.util.Comparator<IValidityExporterDescriptor>


Field Summary
static ValidateCommand.ExporterComparator INSTANCE
           
 
Constructor Summary
protected ValidateCommand.ExporterComparator()
           
 
Method Summary
 int compare(IValidityExporterDescriptor o1, IValidityExporterDescriptor 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

INSTANCE

@NonNull
public static final ValidateCommand.ExporterComparator INSTANCE
Constructor Detail

ValidateCommand.ExporterComparator

protected ValidateCommand.ExporterComparator()
Method Detail

compare

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