Blatt6
Class Move

java.lang.Object
  extended byBlatt6.Move

public class Move
extends java.lang.Object

Ein Zug des Spiels


Field Summary
 int col
           
 int count
           
 int player
           
 int row
           
 
Constructor Summary
Move(int col, int row, int player, int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

player

public int player

col

public int col

row

public int row

count

public int count
Constructor Detail

Move

public Move(int col,
            int row,
            int player,
            int count)
Parameters:
col - die Spalte
row - die Zeile
player - der Spieler
count - der wievielte Zug