[][src]Module semeion::entity

Re-exports

pub use lifespan::*;
pub use offspring::*;
pub use state::*;

Modules

lifespan
offspring
state

Traits

Entity

The Trait that describes a generic Entity. This is the Trait that defines the shared behavior for all the entities that belongs to the Environment. Each of the entities needs to implement this Trait, and can interact with other entities via this Trait.