org.planx.xpath.expr.operator
Class GreaterOrEqualOperator
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.GreaterOrEqualOperator
public class GreaterOrEqualOperator
- extends RelationalOperator
Greater than or equal 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()
|
GreaterOrEqualOperator
public GreaterOrEqualOperator(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.