Trait iso_10303_parts::ap214::IGeneralPropertyRelationship[][src]

pub trait IGeneralPropertyRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn relating_property(&self) -> &EntityRef;
fn related_property(&self) -> &EntityRef; }

Required methods

Implementors