|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITable
Interface for the Table
model
Method Summary | |
---|---|
StoneSet |
findStoneSet(Stone stone)
Finds the StoneSet containing the given Stone |
boolean |
isValid()
Tests the Table for rule conflicts by checking all the StoneSet |
void |
pickUpStone(Stone stone)
Removes Stone from the Table |
Methods inherited from interface jrummikub.model.IStoneTray |
---|
clone, drop, getPosition, getSize, pickUp |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
void pickUpStone(Stone stone)
Stone
from the Table
stone
- stone to pick upboolean isValid()
StoneSet
StoneSet findStoneSet(Stone stone)
StoneSet
containing the given Stone
stone
- stone whose set we're searching
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |