UML Control Klassendiagram weiter, aber noch nicht fertig

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@357 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-05-31 19:55:59 +02:00
parent 4cd6f7df74
commit 6319ec8ab6
2 changed files with 10 additions and 8 deletions

View file

@ -34,8 +34,8 @@ public class GameSettings {
stoneSetNumber = 2;
numberOfStonesDealt = 14;
noLimits = false;
stoneColors = new HashSet<StoneColor>(Arrays.asList(BLACK, BLUE, ORANGE,
RED));
stoneColors = new HashSet<StoneColor>(Arrays.asList(BLACK, BLUE,
ORANGE, RED));
}
/**
@ -89,6 +89,7 @@ public class GameSettings {
* Sets the number of jokers in game
*
* @param value
* how many jokers will be used
*/
public void setJokerNumber(int value) {
jokerNumber = value;
@ -192,6 +193,7 @@ public class GameSettings {
* Set number of stones dealt at game start
*
* @param number
* how many Stones will be dealt initially
*/
public void setNumberOfStonesDealt(int number) {
numberOfStonesDealt = number;

Binary file not shown.