edu.cmu.gamebots
Class CMU_JBot.Node

java.lang.Object
  |
  +--edu.cmu.gamebots.CMU_JBot.Node
Enclosing class:
CMU_JBot

protected class CMU_JBot.Node
extends Object


Field Summary
 String id
           
 Vector3D loc
           
 int owner
           
 SortedSet paths
           
 int type
           
 
Constructor Summary
CMU_JBot.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 int type

owner

public int owner

loc

public final Vector3D loc

paths

public final SortedSet paths
Constructor Detail

CMU_JBot.Node

public CMU_JBot.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)