robo.spiel
Class Speicherstelle

java.lang.Object
  extended by robo.spiel.Speicherstelle

public class Speicherstelle
extends java.lang.Object

Kapselt einen Abstellplatz auf der Abstellfläche eines Spielers.

Author:
matthiaskummerer

Field Summary
 int index
          Index der Stelle
 DPoint position
          Position des Platzes
 
Constructor Summary
Speicherstelle(DPoint pos, int index)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

position

public DPoint position
Position des Platzes


index

public int index
Index der Stelle

Constructor Detail

Speicherstelle

public Speicherstelle(DPoint pos,
                      int index)