The initialization parameters. Usually, they are the arguments passed to the agent spawning function.
spawner
val spawner : java.util.UUID
Identifier of the agent, which has spawned the under-initialization agent. If the under-initialization agent was spawned by the SARL run-time environment (and not by another agent), the identifier is null.
Since:
0.5
Constructor Details
new(UUID,Object*)
new(UUID,Object*)
Constructor.
Parameters:
spawner - the identifier of the spawner of the under-initialization agent.
params - the initialization parameters to give to the under-initialization agent.
Since:
0.5
new(Address,UUID,Object*)
new(Address,UUID,Object*)
Constructor.
Parameters:
source - address of the agent that is emitting this event.
spawner - the identifier of the spawner of the under-initialization agent.
params - the initialization parameters to give to the under-initialization agent.