1 package org.omg.mof.Model; 2 3 4 10 11 12 public interface ConstrainsOperations extends org.omg.mof.Reflective.RefAssociationOperations 14 { 15 org.omg.mof.Model.ConstrainsLink[] all_constrains_Links () throws org.omg.mof.Reflective.MofError; 16 boolean exists (org.omg.mof.Model.Constraint constraint, org.omg.mof.Model.ModelElement constrained_element) throws org.omg.mof.Reflective.MofError; 17 org.omg.mof.Model.Constraint[] constraint (org.omg.mof.Model.ModelElement constrained_element) throws org.omg.mof.Reflective.MofError; 18 org.omg.mof.Model.ModelElement[] constrained_element (org.omg.mof.Model.Constraint constraint) throws org.omg.mof.Reflective.MofError; 19 void add (org.omg.mof.Model.Constraint constraint, org.omg.mof.Model.ModelElement constrained_element) throws org.omg.mof.Reflective.MofError; 20 void modify_constraint (org.omg.mof.Model.Constraint constraint, org.omg.mof.Model.ModelElement constrained_element, org.omg.mof.Model.Constraint new_constraint) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError; 21 void modify_constrained_element (org.omg.mof.Model.Constraint constraint, org.omg.mof.Model.ModelElement constrained_element, org.omg.mof.Model.ModelElement new_constrained_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError; 22 void remove (org.omg.mof.Model.Constraint constraint, org.omg.mof.Model.ModelElement constrained_element) throws org.omg.mof.Reflective.NotFound, org.omg.mof.Reflective.MofError; 23 } | Popular Tags |