Fixed ITable
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@120 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
7d7a5e1494
commit
32f2f8030b
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
}
|
Reference in a new issue