gishur.core.algorithms
Class TestAlgo

java.lang.Object
  |
  +--gishur.core.algorithms.Algorithm
        |
        +--gishur.core.algorithms.TestAlgo

public class TestAlgo
extends Algorithm


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

TestAlgo

public TestAlgo()
Method Detail

demo

public int demo(int i)

demo

public float demo(float f)

demo

public double demo(double d)

demoalgo

public void demoalgo()