Trait expert::traits::NetworkBuilder [] [src]

pub trait NetworkBuilder {
    fn get_id_generator(&mut self) -> &mut BuilderIdGen;
fn get_conditions<I: Fact>(
        &mut self
    ) -> &mut HashMap<I::HashEq, HashMap<AlphaTest<I>, ConditionDesc>>;
fn get_string_cache(&mut self) -> &mut StringCache; }

Required Methods

Implementors