gap
Interface Executable

All Known Implementing Classes:
GPProgram

public interface Executable

Interface implemented by compiled and non-compiled programs.

Author:
Pietro Berkes, Samuele Pedroni

Method Summary
 float exec(java.lang.Object o, float[] args)
           
 

Method Detail

exec

public float exec(java.lang.Object o,
                  float[] args)