Interface Model::Constrains
IDL source Global index
interface Constrains : Reflective::RefAssociation
- add
- all_Constrains_links
- exists
- modify_constrained_element
- modify_constraints
- remove
- with_constrained_element
- with_constraints
void add(in Constraint constraints,
in ModelElement constrained_element)
raises(Reflective::StructuralError, Reflective::SemanticError);
-
ConstrainsLinkSet all_Constrains_links();
-
boolean exists(in Constraint constraints,
in ModelElement constrained_element);
-
void modify_constrained_element(in Constraint constraints,
in ModelElement constrained_element,
in ModelElement new_constrained_element)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
void modify_constraints(in Constraint constraints,
in ModelElement constrained_element,
in Constraint new_constraints)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
void remove(in Constraint constraints,
in ModelElement constrained_element)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
ConstraintSet with_constrained_element(in ModelElement constrained_element);
-
ModelElementSet with_constraints(in Constraint constraints);
-
Generated by Sandia idldoc 1.0.