|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--de.uni_paderborn.robots.data.Item
|
+--de.uni_paderborn.robots.data.Wormhole
This class represents a wormhole in the arena.
| Field Summary | |
private Wormhole |
link
link to another wormhole |
static long |
serialVersionUID
used for serialization |
| Fields inherited from class de.uni_paderborn.robots.data.Item |
field, id |
| Constructor Summary | |
Wormhole()
standard constructor, creates a wormhole with an empty link. |
|
Wormhole(Wormhole link)
param constructor, creates a wormhole with the specified link. |
|
| Method Summary | |
Wormhole |
getLink()
Returns the current link. |
void |
setLink(Wormhole link)
Sets the link to another wormhole. |
| Methods inherited from class de.uni_paderborn.robots.data.Item |
finalize, getField, getID, getItemName, setField |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final long serialVersionUID
private Wormhole link
| Constructor Detail |
public Wormhole()
public Wormhole(Wormhole link)
link - link to another wormhole| Method Detail |
public void setLink(Wormhole link)
link - link to another wormholepublic Wormhole getLink()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||