org.apache.examples
Interface Adder

All Known Subinterfaces:
Calculator
All Known Implementing Classes:
AdderImpl, CalculatorImpl

public interface Adder

A service that adds two numbers together.

Author:
Howard Lewis Ship

Method Summary
 double add(double arg0, double arg1)
           
 

Method Detail

add

double add(double arg0,
           double arg1)