From 32f2f8030b07225fd6e4ebc0dc5ebdf09289eb40 Mon Sep 17 00:00:00 2001 From: Jannis Harder Date: Wed, 4 May 2011 19:46:01 +0200 Subject: Fixed ITable git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@120 72836036-5685-4462-b002-a69064685172 --- src/jrummikub/model/ITable.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/jrummikub/model') diff --git a/src/jrummikub/model/ITable.java b/src/jrummikub/model/ITable.java index 08ca242..16fd4d3 100644 --- a/src/jrummikub/model/ITable.java +++ b/src/jrummikub/model/ITable.java @@ -13,4 +13,6 @@ public interface ITable extends IStoneTray { /** Tests the Table for rule conflicts by checking all the {@link StoneSet} */ public boolean isValid(); + StoneSet findStoneSet(Stone stone); + } \ No newline at end of file -- cgit v1.2.3