org.deegree.filter.logical
Class Not
java.lang.Object
org.deegree.filter.logical.LogicalOperator
org.deegree.filter.logical.Not
- All Implemented Interfaces:
- Operator
public class Not
- extends LogicalOperator
TODO add documentation here
- Version:
- $Revision:$, $Date:$
- Author:
- Markus Schneider , last edited by: $Author:$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Not
public Not(Operator param)
getParameter
public Operator getParameter()
getSubType
public LogicalOperator.SubType getSubType()
- Specified by:
getSubType
in class LogicalOperator
evaluate
public <T> boolean evaluate(T obj,
XPathEvaluator<T> xpathEvaluator)
throws FilterEvaluationException
- Description copied from interface:
Operator
- Determines the value of the boolean operator.
- Type Parameters:
T
- type of the context object- Parameters:
obj
- object that the operator is evaluated upon, must not be null
xpathEvaluator
- used for evaluation of XPath expressions, must not be null
- Returns:
- true, if the operator evaluates to true, false otherwise
- Throws:
FilterEvaluationException
- if the evaluation fails
toString
public String toString(String indent)
getParams
public Operator[] getParams()
- Specified by:
getParams
in class LogicalOperator
Copyright © 2011. All Rights Reserved.