public class MpiInterface extends Object implements UserInterface, ISimulationStateObserver
Modifier and Type | Field and Description |
---|---|
private AgentMonitor |
agentServer |
private Logger |
logger |
private RobocupMonitor |
monitor |
private RobocupServerAddress |
serverAddress |
Constructor and Description |
---|
MpiInterface(RobocupServerAddress robocupAddress) |
Modifier and Type | Method and Description |
---|---|
boolean |
shoudExitOnEmptyQueue() |
void |
start() |
void |
testFinished(TestCaseResult result) |
void |
update() |
private Logger logger
private RobocupServerAddress serverAddress
private RobocupMonitor monitor
private AgentMonitor agentServer
public MpiInterface(RobocupServerAddress robocupAddress)
public void start()
start
in interface UserInterface
public void testFinished(TestCaseResult result)
testFinished
in interface ITestCaseObserver
public boolean shoudExitOnEmptyQueue()
shoudExitOnEmptyQueue
in interface UserInterface
public void update()
update
in interface ISimulationStateObserver