Exemplo n.º 1
0
        public void AddAssociationEnd(Association association, PIMClass newClass)
        {
            AddAnotherAssociationEndCommand addAnotherAssociationEndCommand =
                (AddAnotherAssociationEndCommand)AddAnotherAssociationEndCommandFactory.Factory().Create(DiagramController.ModelController);

            addAnotherAssociationEndCommand.Association = association;
            addAnotherAssociationEndCommand.Class       = newClass;
            addAnotherAssociationEndCommand.Execute();
        }
Exemplo n.º 2
0
 public AssociationController(Association association, DiagramController diagramController) :
     base(association, diagramController)
 {
 }