| java.lang.Object | ||
| ↳ | uk.ac.imperial.presage2.core.environment.EnvironmentService | |
| ↳ | uk.ac.imperial.presage2.util.environment.EnvironmentMembersService | |
This service provides access to the UUIDs of all the participants in the simulation. This is a low level service to allow other services to do searches on participants' shared states.
This service acts as a global environment services, and requires it's data to be initialised through #initialise(Map) and #registerParticipant(EnvironmentRegistrationRequest, Map) in order to work correctly
If you're extending AbstractEnvironment this service is already
initialised in
initialiseGlobalEnvironmentServices().
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
uk.ac.imperial.presage2.core.environment.EnvironmentService
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get a Set of the UUIDs of the participants in the
environment.
| |||||||||||
Called when a participant is registered (optional).
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
uk.ac.imperial.presage2.core.environment.EnvironmentService
| |||||||||||
From class
java.lang.Object
| |||||||||||
Get a Set of the UUIDs of the participants in the environment.
Called when a participant is registered (optional).