public void constr(AgentHost agentHost, State state) {
if (this.state == null) {
this.agentHost = agentHost;
this.state = state;
this.scheduler = agentHost.getScheduler(this);
this.monitorFactory = new ResultMonitorFactory(this);
this.eventsFactory = new EventsFactory(this);
}
}