|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalculatingMachine
This interfaces sole purpose is to be extended by Calculator to test inheritance in exported remote services.
| Method Summary | |
|---|---|
double |
getAreaOfCircle(double r)
This method takes the radius of a circle and computes its Area. |
float |
getPI()
This method returns an approximation of PI. |
void |
printPIToScreen()
This method prints PI to the screen. |
| Method Detail |
|---|
float getPI()
double getAreaOfCircle(double r)
r - Is the radius of the circle.
void printPIToScreen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||