stsci.criteria
Class Less
java.lang.Object
|
+--stsci.criteria.CriteriaImp
|
+--stsci.criteria.Compare
|
+--stsci.criteria.Less
- All Implemented Interfaces:
- Criteria
- public class Less
- extends Compare
Ist the obj to be tested less than the valu.
Constructor Summary |
Less(java.lang.Comparable v,
java.lang.String a,
java.lang.String c)
operate on given attribute of given class comparing to the give object. |
Less(double v,
java.lang.String a,
java.lang.String c)
|
Method Summary |
boolean |
match(java.lang.Object obj)
This must be implemented by sub classses to do the match |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Less
public Less(double v,
java.lang.String a,
java.lang.String c)
Less
public Less(java.lang.Comparable v,
java.lang.String a,
java.lang.String c)
- operate on given attribute of given class comparing to the give object.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
match
public boolean match(java.lang.Object obj)
- Description copied from class:
CriteriaImp
- This must be implemented by sub classses to do the match
- Overrides:
match
in class CriteriaImp