|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gishur.core.algorithms.Algorithm | +--gishur.core.algorithms.TestAlgo
Constructor Summary | |
TestAlgo()
|
Method Summary | |
double |
demo(double d)
|
float |
demo(float f)
|
int |
demo(int i)
|
void |
demoalgo()
|
Methods inherited from class gishur.core.algorithms.Algorithm |
execute, execute, execute, execute, execute, execute, execute, execute, getMethod, getParameter, getParameters, getReturnValue, setMethod, setParameter, setParameters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestAlgo()
Method Detail |
public int demo(int i)
public float demo(float f)
public double demo(double d)
public void demoalgo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |