Trait iso_10303_parts::ap214::IEffectivityRelationship[][src]

pub trait IEffectivityRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn related_effectivity(&self) -> &EntityRef;
fn relating_effectivity(&self) -> &EntityRef; }

Required methods

Implementors