-
Class Environment The APIs for
Environment
(inuu.cs.aplib.mainConcepts
) are simplified. These are dropped:refresh()
andrefreshWorker()
This is added:
observe(agentId)
. Implementors must now implement this method as well for their own concrete implementation ofEnvironment
. See the class' documentation. -
Class SimpleState (in
uu.cs.aplib.mainConcepts
). The signature of the methodupdateState()
is changed toupdateState(agentId)
. This affects all sub-classes ofSimpleState
.