Package org.exolab.adaptx.xpath.engine
Interface NumericOperation
public interface NumericOperation
Represents Mathimatical Operation that operates
on binary expressions.
- Version:
- $Revision: 3959 $
- Author:
- Keith Visco
-
Method Summary
Modifier and TypeMethodDescriptiondouble
execute
(double left, double right) Executes the operation on the given values
-
Method Details
-
execute
double execute(double left, double right) Executes the operation on the given values
-