Trait BehaviourRelationInstanceContainer

Source
pub trait BehaviourRelationInstanceContainer: ReactiveInstanceContainer<RelationInstanceId, ReactiveRelation> {
    // Required methods
    fn get_outbound(&self) -> &ReactiveEntity;
    fn get_inbound(&self) -> &ReactiveEntity;
}

Required Methods§

Source

fn get_outbound(&self) -> &ReactiveEntity

Returns the outbound instance of the behaviour.

Source

fn get_inbound(&self) -> &ReactiveEntity

Returns the inbound instance of the behaviour.

Implementors§