Trait iso_10303_parts::ap214::IActionMethodRelationship[][src]

pub trait IActionMethodRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn relating_method(&self) -> &EntityRef;
fn related_method(&self) -> &EntityRef; }

Required methods

Implementors