|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.util.Not
public class Not
The Not
class negates the result of another PredicateInterface
object
And
,
Or
,
XOr
,
Serialized FormConstructor Summary | |
---|---|
Not(com.sas.util.PredicateInterface pred)
Construct a predicate which computes the logical not of another predicate. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone this Not object. |
boolean |
predicate(java.lang.Object object)
Compute the a boolean function on object. |
Constructor Detail |
---|
public Not(com.sas.util.PredicateInterface pred)
pred
- another predicateMethod Detail |
---|
public boolean predicate(java.lang.Object object)
predicate
in interface com.sas.util.PredicateInterface
! pred.predicate(object)
where pred
is the predicate passed to
the constructor
.public java.lang.Object clone()
Not
object.
clone
in interface com.sas.PublicClonable
clone
in class java.lang.Object
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |