Package org.exolab.adaptx.xpath.engine
Interface NumericOperation
-
public interface NumericOperationRepresents Mathimatical Operation that operates on binary expressions.- Version:
- $Revision: 3959 $
- Author:
- Keith Visco
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleexecute(double left, double right)Executes the operation on the given values
-