Trait InteractionInformation

pub trait InteractionInformation<Inf> {
    // Required method
    fn get_interaction_information(&self) -> Inf;
}
Available on crate feature elli only.
Expand description

Exposes information which is used to calculate interactions between cells and the domain.

Required Methods§

fn get_interaction_information(&self) -> Inf

Get additional information of cellular properties (ie. for cell-specific interactions).

Implementors§