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
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
ExampleBot.Node
public ExampleBot.Node(Message message)
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)