Trait iso_10303_parts::ap214::IProcessProductAssociation[][src]

pub trait IProcessProductAssociation {
    fn name(&self) -> &String;
fn description(&self) -> &String;
fn defined_product(&self) -> &EntityRef;
fn process(&self) -> &EntityRef; }

Required methods

fn name(&self) -> &String[src]

fn description(&self) -> &String[src]

fn defined_product(&self) -> &EntityRef[src]

fn process(&self) -> &EntityRef[src]

Implementors