|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.jhu.cnds.FrugalTest.Factorial
A sample "job" designed to demonstrate the Frugal package for Jini: computing a factorial.
| Constructor Summary | |
Factorial()
This constructor does nothing at this time. |
|
| Method Summary | |
java.lang.Object[] |
main(java.lang.Object[] argv)
Computes the factorial. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Factorial()
| Method Detail |
public java.lang.Object[] main(java.lang.Object[] argv)
argv - Arguments - this class takes one argument, a
number whose factorial we wish to compute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||