Beispiel #1
0
 public Constraint(Model model, global::EA.Constraint wrappedConstraint) : base(model)
 {
     this.wrappedConstraint = wrappedConstraint;
     this.isDirty           = true;
 }
 //create a new constraint based on the given EA.Constraint
 public UML.Classes.Kernel.Element createConstraint(global::EA.Constraint constraint)
 {
     return(new Constraint(this.model as UTF_EA.Model, constraint));
 }