Trait iso_10303_parts::ap203::ITimeIntervalWithBounds[][src]

pub trait ITimeIntervalWithBounds: ITimeInterval {
    fn primary_bound(&self) -> &Option<EntityRef>;
fn secondary_bound(&self) -> &Option<EntityRef>;
fn duration(&self) -> &Option<EntityRef>; }

Required methods

Implementors