org.planx.xpath.expr.operator
Class LessThanOperator
java.lang.Object
org.planx.xpath.expr.Expression
org.planx.xpath.expr.operator.Operator
org.planx.xpath.expr.operator.RelationalOperator
org.planx.xpath.expr.operator.LessThanOperator
public class LessThanOperator
- extends RelationalOperator
Less than operator.
| Fields inherited from class org.planx.xpath.expr.operator.Operator |
e1, e2 |
|
Method Summary |
protected boolean |
compare(double v1,
double v2)
|
protected boolean |
compareSets(double v1_min,
double v1_max,
double v2_min,
double v2_max)
|
protected String |
operatorName()
|
LessThanOperator
public LessThanOperator(Expression e1,
Expression e2)
compare
protected boolean compare(double v1,
double v2)
- Specified by:
compare in class RelationalOperator
compareSets
protected boolean compareSets(double v1_min,
double v1_max,
double v2_min,
double v2_max)
- Specified by:
compareSets in class RelationalOperator
operatorName
protected String operatorName()
- Specified by:
operatorName in class Operator
Copyright © 2010. All Rights Reserved.