pub trait BehaviourRelationInstanceContainer: ReactiveInstanceContainer<RelationInstanceId, ReactiveRelation> {
// Required methods
fn get_outbound(&self) -> &ReactiveEntity;
fn get_inbound(&self) -> &ReactiveEntity;
}
Required Methods§
Sourcefn get_outbound(&self) -> &ReactiveEntity
fn get_outbound(&self) -> &ReactiveEntity
Returns the outbound instance of the behaviour.
Sourcefn get_inbound(&self) -> &ReactiveEntity
fn get_inbound(&self) -> &ReactiveEntity
Returns the inbound instance of the behaviour.