de.uni_paderborn.robots.robotArenaInterface
Class ItemData

java.lang.Object
  |
  +--de.uni_paderborn.robots.robotArenaInterface.ItemData
Direct Known Subclasses:
CardData, Exit, Recharger, VirtualRobot, Wall, Wormhole

public abstract class ItemData
extends java.lang.Object

This is the abstract superclass of all items that can be on a field of a arena. A robot can identify the item by using the command "instanceof" -> see AbstractAction for a code example. NO GROUP is allowed to create custom subclasses of ItemData.


Constructor Summary
ItemData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemData

public ItemData()