|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GimAgentInitialiseService<AgentT extends GimMilieuAgent<?>>
Interface for user models to provide an opportunity to initialise the agent instances.
Method Summary | |
---|---|
AgentT |
initAgent(int milieu)
Called to initialise a new agent instance. |
AgentT |
initAgent(String id,
int milieu)
Assigns the given id as the new agent's id. |
Method Detail |
---|
AgentT initAgent(int milieu)
milieu
- (starting with 1!)
AgentT initAgent(String id, int milieu)
id
- milieu
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |