author | timkelly |
Thu, 10 Dec 2009 13:45:47 -0600 | |
branch | RCL_2_4 |
changeset 671 | 80524b72f957 |
parent 0 | fb279309251b |
permissions | -rw-r--r-- |
function CModelUpdater() { } CModelUpdater.prototype.updateModel = function(instance, dataModel) { var newObject = dataModel.createNewComponentInstance(instance.parent.component); var command = dataModel.createAddNewComponentInstanceCommand(instance.EObject, newObject, 0); if (command.canExecute()) { command.execute(); } }