From 670fcf2613f6db2a4bfdaa91ac9d90001a90359e Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Tue, 10 May 2011 16:59:40 +0200 Subject: docs fertig und vorher repariert git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@232 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/control/RoundControl.html | 345 ++++++++++++++++++++++++++++++++ 1 file changed, 345 insertions(+) create mode 100644 doc/jrummikub/control/RoundControl.html (limited to 'doc/jrummikub/control/RoundControl.html') diff --git a/doc/jrummikub/control/RoundControl.html b/doc/jrummikub/control/RoundControl.html new file mode 100644 index 0000000..e4df927 --- /dev/null +++ b/doc/jrummikub/control/RoundControl.html @@ -0,0 +1,345 @@ + + + + + + +RoundControl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.control +
+Class RoundControl

+
+java.lang.Object
+  extended by jrummikub.control.RoundControl
+
+
+
+
public class RoundControl
extends java.lang.Object
+ + +

+Controller that manages a single round of rummikub +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
RoundControl(IGameState gameState, + IView view) + +
+          Create a new RoundControl using the given gameState and view
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+(package private)  voiddeal() + +
+           
+(package private)  voiddealStone() + +
+           
+ IEventgetEndRoundEvent() + +
+          End the round
+ voidstartRound() + +
+          Begin the round
+(package private) static java.util.Set<Stone>tableDifference(ITable oldTable, + ITable newTable) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+RoundControl

+
+public RoundControl(IGameState gameState,
+                    IView view)
+
+
Create a new RoundControl using the given gameState and view +

+

+
Parameters:
gameState - initial game state
view - view used for user interaction
+
+ + + + + + + + +
+Method Detail
+ +

+getEndRoundEvent

+
+public IEvent getEndRoundEvent()
+
+
End the round +

+

+ +
Returns:
endRoundEvent
+
+
+
+ +

+startRound

+
+public void startRound()
+
+
Begin the round +

+

+
+
+
+
+ +

+deal

+
+void deal()
+
+
+
+
+
+
+ +

+tableDifference

+
+static java.util.Set<Stone> tableDifference(ITable oldTable,
+                                            ITable newTable)
+
+
+
+
+
+
+ +

+dealStone

+
+void dealStone()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3