agentsoz / bdi-abm-integration

BDI ABM Integration
GNU Lesser General Public License v3.0
8 stars 13 forks source link

Migrate to AgentDataContainer V2 #73

Closed dhixsingh closed 5 years ago

dhixsingh commented 5 years ago

The old AgentDataContainer is now deprecated: https://github.com/agentsoz/bdi-abm-integration/blob/82590e522829fab82d5e0c09a0d21d8e86f4cb78/integrations/bdi-abm/src/main/java/io/github/agentsoz/bdiabm/data/AgentDataContainer.java#L43

and should be replaced by the newer AgentDataContainer throughout: https://github.com/agentsoz/bdi-abm-integration/blob/18d507b9af6d972e6e31e1e8dc0f48fcc058e6df/integrations/bdi-abm/src/main/java/io/github/agentsoz/bdiabm/v2/AgentDataContainer.java#L33-L36