| java.lang.Object | |
| ↳ | uk.ac.imperial.presage2.core.environment.EnvironmentRegistrationRequest |
A request to register with the environment.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| participant | We may need to the Participant in order to create some EnvironmentServices. |
||||||||||
| participantID | |||||||||||
| sharedState | Set of sharedstate which we share with the environment. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct an EnvironmentRegistrationRequest without sharedstate.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
We may need to the Participant in order to create some EnvironmentServices.
Set of sharedstate which we share with the environment.
Construct an EnvironmentRegistrationRequest without sharedstate.
| sharedState | the sharedState to set |
|---|