net.sourceforge.frcsimulator.internals
Class SimulatedBot

java.lang.Object
  extended by net.sourceforge.frcsimulator.internals.SimulatedBot

public class SimulatedBot
extends java.lang.Object

Author:
wolf

Constructor Summary
SimulatedBot()
           
 
Method Summary
static void addSimComponent(FrcBotSimComponent component)
           
static java.util.ArrayList<FrcBotSimComponent> getSimComponents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulatedBot

public SimulatedBot()
Method Detail

addSimComponent

public static void addSimComponent(FrcBotSimComponent component)
Parameters:
component - The component to add

getSimComponents

public static java.util.ArrayList<FrcBotSimComponent> getSimComponents()