<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d11552613\x26blogName\x3dMonoUML\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://monouml.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://monouml.blogspot.com/\x26vt\x3d-7757409343531954721', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Saturday, April 02, 2005

Rodolfo Campero

Deleting all references to an element

In my last post I said that EC had to be modified in order to allow deleting all the references to a given Element. This feature is ready, at least for the packages Kernel and UseCases.

Now is really easy to remove all the references to a given element: just call DeleteAllReferencesTo on the root-level elements of your model, and you're done.

1 Comments:

Blogger Rodolfo Campero said...

Actually, after some testing I decided that this method may disappear, because its implementation is very slow.

April 08, 2005 2:32 PM  

Post a Comment

<< Home