|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--stsci.criteria.CriteriaImp | +--stsci.criteria.Not
Field Summary | |
protected Criteria |
c
|
Fields inherited from class stsci.criteria.CriteriaImp |
off, on |
Constructor Summary | |
Not(Criteria c)
|
Method Summary | |
boolean |
match(java.lang.Object obj)
This must be implemented by sub classses to do the match |
Methods inherited from class stsci.criteria.CriteriaImp |
apply, setOff, setOn |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected Criteria c
Constructor Detail |
public Not(Criteria c)
Method Detail |
public boolean match(java.lang.Object obj)
CriteriaImp
match
in class CriteriaImp
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |