com.yobotics.simulationconstructionset.util.robotExplorer
Class RobotExplorer

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.robotExplorer.RobotExplorer

public class RobotExplorer
extends java.lang.Object


Constructor Summary
RobotExplorer(Robot robot)
           
 
Method Summary
 void getRobotInformationAsStringBuffer(java.lang.StringBuffer buffer)
           
static void main(java.lang.String[] args)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RobotExplorer

public RobotExplorer(Robot robot)
Method Detail

getRobotInformationAsStringBuffer

public void getRobotInformationAsStringBuffer(java.lang.StringBuffer buffer)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

main

public static void main(java.lang.String[] args)