public URI getUri() {
   DeployedImportResolver importResolver = DeployedImportResolver.INSTANCE;
   CFile srcFile = importResolver.resolveImport(myId);
   if (srcFile != null) {
     return EmfUtil.makeUri(srcFile.toString());
   }
   return URI.createPlatformPluginURI(myId, false);
 }