|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.almendra.janet.ade.demo.fibonacci.FibonacciSharingInterpreter
public class FibonacciSharingInterpreter
Constructor Summary | |
---|---|
FibonacciSharingInterpreter()
Creates a new FibonacciSharingInterpreter object. |
Method Summary | |
---|---|
protected java.math.BigInteger |
calculate(int nthFibonacciNumber)
|
StringVector |
commandNames()
|
void |
execute(CommandAccessor cmdAccessor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FibonacciSharingInterpreter()
FibonacciSharingInterpreter
object.
Method Detail |
---|
public StringVector commandNames()
commandNames
in interface IInterpreter
protected java.math.BigInteger calculate(int nthFibonacciNumber)
nthFibonacciNumber
-
public void execute(CommandAccessor cmdAccessor)
execute
in interface IInterpreter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |