From 6a44b074f0169a1b0f9e92347af929c5e471746e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 18 Apr 2015 13:44:44 +0200 Subject: Reorganised projects --- Week6/src/Configuration.java | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Week6/src/Configuration.java (limited to 'Week6/src/Configuration.java') diff --git a/Week6/src/Configuration.java b/Week6/src/Configuration.java deleted file mode 100644 index 7264c5f..0000000 --- a/Week6/src/Configuration.java +++ /dev/null @@ -1,21 +0,0 @@ -import java.util.Collection; - - -/** - * An interface for representing nodes in a state space. - * - * @author Sjaak Smetsers - * @version 1.2 - * @date 28-02-2015 - */ -public interface Configuration extends Comparable { - /* - * To obtain the successors for a specific configuration - * @return a collection of configurations containing the successors - */ - public Collection successors (); - /* - * For marking final / solution configurations. - */ - public boolean isSolution (); -} -- cgit v1.2.3