コード例 #1
0
 //private ElementWrapper elementWrapperOwner => this.owner as ElementWrapper;
 public AttributeConstraint(Model model, global::EA.AttributeConstraint wrappedConstraint) : base(model)
 {
     this.wrappedConstraint = wrappedConstraint;
     this.isDirty           = true;
 }
コード例 #2
0
 public UML.Classes.Kernel.Element createAttributeConstraint(global::EA.AttributeConstraint constraint)
 {
     return(new AttributeConstraint(this.model as UTF_EA.Model, constraint));
 }