Trait iso_10303_parts::ap214::IBinaryGenericExpression[][src]

pub trait IBinaryGenericExpression: IGenericExpression {
    fn operands(&self) -> &Vec<EntityRef>;
}

Required methods

fn operands(&self) -> &Vec<EntityRef>[src]

Implementors

impl IBinaryGenericExpression for AtanFunction[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for ComparisonEqual[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for ComparisonGreater[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for ComparisonGreaterEqual[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for ComparisonLess[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for ComparisonLessEqual[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for ComparisonNotEqual[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for DivExpression[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for EqualsExpression[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for FormatFunction[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for IndexExpression[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for LikeExpression[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for MinusExpression[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for ModExpression[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for PowerExpression[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for SlashExpression[src]

fn operands(&self) -> &Vec<EntityRef>[src]

impl IBinaryGenericExpression for XorExpression[src]

fn operands(&self) -> &Vec<EntityRef>[src]