Test
Class TestServer

java.lang.Object
  |
  +--Test.TestServer

public class TestServer
extends java.lang.Object

User: hf Date: 21.09.2003 Time: 14:55:39


Constructor Summary
TestServer()
           
 
Method Summary
 int[][] getAgentPositions()
           
 void receiveMoveOrder(int id, int moveorder)
           
 void registerAgent(TestAgent a)
           
 void setSim(SimulationWindow sim)
           
 void startSimulation()
           
 void unregisterAllAgents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestServer

public TestServer()
Method Detail

setSim

public void setSim(SimulationWindow sim)

startSimulation

public void startSimulation()

registerAgent

public void registerAgent(TestAgent a)

unregisterAllAgents

public void unregisterAllAgents()

receiveMoveOrder

public void receiveMoveOrder(int id,
                             int moveorder)

getAgentPositions

public int[][] getAgentPositions()