XConstraintTrait

Trait XConstraintTrait 

Source
pub trait XConstraintTrait: Display {
    // Required methods
    fn get_scope_string(&self) -> &Vec<XVarVal>;
    fn get_scope(&mut self) -> Vec<(&String, &XDomainInteger)>;
}

Required Methods§

Source

fn get_scope_string(&self) -> &Vec<XVarVal>

get the scope string of constraint

Source

fn get_scope(&mut self) -> Vec<(&String, &XDomainInteger)>

get the scope string of constraint

Implementors§