|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.UCL.satin.impl.arch.attribute.GreaterEqualThanFilter
An attribute comparison filter that returns true if the value of the attribute is greater than or equal to that of the filter
Constructor Summary | |
GreaterEqualThanFilter()
|
Method Summary | |
boolean |
compare(MatchAttribute filter,
GenericAttribute attr)
Compares the value of attr with that of filter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GreaterEqualThanFilter()
Method Detail |
public boolean compare(MatchAttribute filter, GenericAttribute attr)
MatchFilter
compare
in interface MatchFilter
filter
- The filter attribute to which this MatchFilter is attachedattr
- The attribute with which we are comparing.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |