|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NumericOperation
Represents Mathimatical Operation that operates on binary expressions.
Method Summary | |
---|---|
double |
execute(double left,
double right)
Executes the operation on the given values |
Method Detail |
---|
double execute(double left, double right)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |