-
Notifications
You must be signed in to change notification settings - Fork 6
ChangeLog
sammacbeth edited this page Nov 29, 2011
·
3 revisions
- database implementations moved to external modules
- CLI to run/add simulations
- New persistent storage API. Added support for redis database.
- Finite State Machines
- Conversation Protocols
- Static access to current simulation time
- Cellular area (Mobile Agents
- New Location implementation using apache commons math vector3d.
- Graph-based storage implementation using neo4j
- Message now has generics to allow objects to be attached to them. Removes the need for strongly typed messages all of the time.
- Threadpool interface allows any object in the simulation to fork off simulation-time critical tasks into separate threads.