Fixed ITable

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@120 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Jannis Harder 2011-05-04 19:46:01 +02:00
parent 7d7a5e1494
commit 32f2f8030b

View file

@ -13,4 +13,6 @@ public interface ITable extends IStoneTray<StoneSet> {
/** Tests the Table for rule conflicts by checking all the {@link StoneSet} */
public boolean isValid();
StoneSet findStoneSet(Stone stone);
}