bsoc.alpha
Class AlphaSim

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--bsoc.socsim.SocSim
              |
              +--bsoc.alpha.AlphaSim

public class AlphaSim
extends SocSim

An alpha simulation.


Fields inherited from class bsoc.socsim.SocSim
CHANGED_FOR_GRAPHICS, CHANGED_FOR_INFO, STOPPED
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
 void addAndInitRobots()
           
 void initRobotsAtStartup()
          Does nothing.
 boolean matchShouldStop()
           
 void setTeams(Team west, Team east)
           
 
Methods inherited from class bsoc.socsim.SocSim
addAndInitRobotEast, addAndInitRobotWest, addAndInitSimulatedObjects, addListener, controlSystems, finalizeControlSystems, getBottom, getCurrentTime, getEastscore, getLeft, getRight, getSimulationSteps, getTop, getWestscore, initValues, performEvent, removeListener, removeSimulatedObjects, resetMatch, restartMatch, run, setNotificationIntervalGraphics, setNotificationIntervalInfo, setupSimulatedObjects, simulatedObjects, stopMatch, stopSimulation, takeStep, toInfoString
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

initRobotsAtStartup

public void initRobotsAtStartup()
Does nothing. Prevents the simulation to be initialized with robots.
Overrides:
initRobotsAtStartup in class SocSim

setTeams

public void setTeams(Team west,
                     Team east)

addAndInitRobots

public void addAndInitRobots()
Overrides:
addAndInitRobots in class SocSim

matchShouldStop

public boolean matchShouldStop()
Overrides:
matchShouldStop in class SocSim