org.apache.examples
Interface Calculator

All Superinterfaces:
Adder, Divider, Multiplier, Subtracter
All Known Implementing Classes:
CalculatorImpl

public interface Calculator
extends Adder, Subtracter, Multiplier, Divider

Service that provides a number of basic math operations.

Author:
Howard Lewis Ship

Method Summary
 
Methods inherited from interface org.apache.examples.Adder
add
 
Methods inherited from interface org.apache.examples.Subtracter
subtract
 
Methods inherited from interface org.apache.examples.Multiplier
multiply
 
Methods inherited from interface org.apache.examples.Divider
divide