ixa 2.0.0-beta2.4

A framework for building agent-based models
Documentation
1
2
3
4
5
6
7
8
mod entity_set;
mod entity_set_iterator;
mod source_iterator;
mod source_set;

pub use entity_set::EntitySet;
pub use entity_set_iterator::EntitySetIterator;
pub(crate) use source_set::SourceSet;