org.picocontainer.gems.constraints
Class Not
java.lang.Object
org.picocontainer.parameters.AbstractParameter
org.picocontainer.parameters.CollectionComponentParameter
org.picocontainer.gems.constraints.AbstractConstraint
org.picocontainer.gems.constraints.Not
- All Implemented Interfaces:
- Serializable, Constraint, Parameter
public final class Not
- extends AbstractConstraint
Inverts the logical sense of the given constraint.
- Author:
- Nick Sieger
- See Also:
- Serialized Form
Constructor Summary |
Not(Constraint con)
Creates a new Not instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Not
public Not(Constraint con)
- Creates a new
Not
instance.
- Parameters:
con
- a Constraint
value
evaluate
public boolean evaluate(ComponentAdapter comp)
- Description copied from interface:
Constraint
- Evaluate whether the given component adapter matches this constraint.
- Specified by:
evaluate
in interface Constraint
- Specified by:
evaluate
in class AbstractConstraint
- Parameters:
comp
- a ComponentAdapter
value
- Returns:
- true if the adapter matches the constraint
accept
public void accept(PicoVisitor visitor)
- Specified by:
accept
in interface Parameter
- Overrides:
accept
in class CollectionComponentParameter
Copyright © 2003-2010 Codehaus. All Rights Reserved.