edu.isi.gamebots.examples
Class ExampleBot.Node

java.lang.Object
  |
  +--edu.isi.gamebots.examples.ExampleBot.Node
Enclosing class:
ExampleBot

protected class ExampleBot.Node
extends Object


Field Summary
 String id
           
 Vector3D loc
           
 SortedSet paths
           
 int type
           
 
Constructor Summary
ExampleBot.Node(Message message)
           
 
Method Summary
 boolean equals(Object obj)
           
 void reachableFrom(Vector3D from)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public final String id

type

public final int type
See Also:
Constant Field Values

loc

public final Vector3D loc

paths

public final SortedSet paths
Constructor Detail

ExampleBot.Node

public ExampleBot.Node(Message message)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

reachableFrom

public void reachableFrom(Vector3D from)