context.arch.discoverer.querySystem.comparison
Class Lower

java.lang.Object
  extended bycontext.arch.discoverer.querySystem.comparison.AbstractComparison
      extended bycontext.arch.discoverer.querySystem.comparison.Lower

public class Lower
extends AbstractComparison

Author:
Agathe

Field Summary
static java.lang.String LOWER
           
 
Fields inherited from class context.arch.discoverer.querySystem.comparison.AbstractComparison
ABSTRACT_COMPARISON
 
Constructor Summary
Lower()
          Creates new Lower
 
Method Summary
 boolean compare(java.lang.Object o1, java.lang.Object o2)
          Compares 2 objects
 
Methods inherited from class context.arch.discoverer.querySystem.comparison.AbstractComparison
factory, fromDataObject, getComparisonName, toDataObject, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LOWER

public static final java.lang.String LOWER
See Also:
Constant Field Values
Constructor Detail

Lower

public Lower()
Creates new Lower

Method Detail

compare

public boolean compare(java.lang.Object o1,
                       java.lang.Object o2)
Compares 2 objects

Specified by:
compare in class AbstractComparison
Parameters:
o1 - The first object
o2 - The second object
Returns:
boolean The result of the comparison