英文:
What is EMX files
问题
EMX文件是什么,为什么我们要使用它。我正在进行一些分析,在这里找到了这些文件。我进行了探索并了解到它与UML(统一建模语言)有关,但我对此不太清楚。
英文:
What is EMX files and why do we use it. I'm doing some analysis and here I got these files. I explored and get to know that it is something related to UML but I'm not clear on this.
答案1
得分: 3
文件扩展名是自由的。因此,仅凭扩展名无法确保其内容,除非它是流行软件包使用的格式。名称冲突并不罕见。
如果您通过一些上下文信息来缩小搜索范围,比如您在标签中提供的 XML 和 UML,似乎这是一个由Rational Software Architect使用的文件格式,用于保存 UML 模型,详见其他流行 UML 工具的这个网页和这个网页。
现在您需要通过分析文件内容来确认这个假设。
英文:
File extensions are free. So the name of an extension is not sufficient to give assurance about its content, unless it’s a format used by a popular software package. Name conflicts are not uncommon.
If narrowing down the search with some contextual information such as XML and UML that you provide in the tags, it seems to be a file format used by Rational Software Architect to save UML models, according to this and this website of other popular UML tools.
You now have to confirm this hypotheses by analyzing the file content.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论