de.uni_paderborn.robots.data
Class RobotField

java.lang.Object
  |
  +--de.uni_paderborn.robots.data.Item
        |
        +--de.uni_paderborn.robots.data.RobotField
All Implemented Interfaces:
Identifyable, java.io.Serializable

public class RobotField
extends Item

This class represents a robot field in the arena, where robots can be placed on.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
          used for serialization
 
Fields inherited from class de.uni_paderborn.robots.data.Item
field, id
 
Constructor Summary
RobotField()
          standard constructor, creates a robot field in the arena.
 
Methods inherited from class de.uni_paderborn.robots.data.Item
finalize, getField, getID, getItemName, setField
 
Methods inherited from class java.lang.Object
, clone, equals, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
used for serialization
Constructor Detail

RobotField

public RobotField()
standard constructor, creates a robot field in the arena.