Trait iso_10303_parts::ap214::IApplicationContextRelationship[][src]

pub trait IApplicationContextRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn relating_context(&self) -> &EntityRef;
fn related_context(&self) -> &EntityRef; }

Required methods

Implementors