From 0c288cc1952809294c8d70d86b9f41b04878ac2e Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sun, 23 Mar 2014 18:05:13 +0000 Subject: Majorly refactored, node grid is fully implemented. About to attempt active path locking. --- src/jcgp/modules/function/Function.java | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/jcgp/modules/function/Function.java (limited to 'src/jcgp/modules/function/Function.java') diff --git a/src/jcgp/modules/function/Function.java b/src/jcgp/modules/function/Function.java deleted file mode 100644 index 3314c2f..0000000 --- a/src/jcgp/modules/function/Function.java +++ /dev/null @@ -1,12 +0,0 @@ -package jcgp.modules.function; - -import jcgp.exceptions.InvalidArgumentsException; -import jcgp.population.Connection; - -public abstract class Function { - - public abstract Object run(Connection ... connections) throws InvalidArgumentsException; - - public abstract int getArity(); - -} -- cgit v1.2.3