443444445446447448449450451452453
{ // remove the model from the repository (if there is one) RefPackage model = repository.getExtent(modelUri); if (model != null) { model.refDelete(); } } /** * Loads a model into the repository and validates the model against the given metaModel.