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 UserInterfacepublic void testFinished(TestCaseResult result)
testFinished in interface ITestCaseObserverpublic boolean shoudExitOnEmptyQueue()
shoudExitOnEmptyQueue in interface UserInterfacepublic void update()
update in interface ISimulationStateObserver