simulator
Class BarServerAmbient

java.lang.Object
  |
  +--simulator.GenericServerAmbient
        |
        +--simulator.BarServerAmbient

class BarServerAmbient
extends simulator.GenericServerAmbient

Implements the class that performes the server ambient


Fields inherited from class simulator.GenericServerAmbient
clientQueue, state
 
Constructor Summary
(package private) BarServerAmbient()
           
 
Method Summary
 void runTask()
          Search (and execute) for tile message as: GET POS : get position of agents GET FOR1 : get force of sensor 1 GET FOR2 : get force of sensor 2 PUT VEL : put new velocity of agents PUT ANGLE : put new direction of robot PUT BEH : put actual behavior we are using
 
Methods inherited from class simulator.GenericServerAmbient
init
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

BarServerAmbient

BarServerAmbient()
Method Detail

runTask

public void runTask()
Search (and execute) for tile message as:
Overrides:
runTask in class simulator.GenericServerAmbient