gpt4 book ai didi

java - 在Java中使用OCL验证xmi模型

转载 作者:行者123 更新时间:2023-11-30 04:12:06 25 4
gpt4 key购买 nike

我正在尝试创建一个独立的 Java 应用程序,它接受 xmi 模型和包含应用于模型元模型的约束的 OCL 文件。然后,应用程序根据 ocl 验证模型。

我已经设法使用 EMF 在 Eclipse 中完成此操作。然而,当我开始创建 java 应用程序时,许多库丢失了。其中一些我能够在插件目录中找到,但有些似乎丢失了。

例如

org.eclipse.ocl.examples.library.oclstdlib.OCLstdlib;

找不到。

有没有一种直接的方法,使用 EMF 来完成我想要做的事情。我一直在尝试创建非常类似于以下内容的东西:

http://subversion.assembla.com/svn/da_sw_tf/trunk/OCL/src/ocl/OCLEvaluator.java

最佳答案

缺少某些内容,通常意味着配置错误。如果没有更多信息,我只能向您指出OCL Help ,其中解释了为什么以及如何需要进行一些手动注册才能在独立模式下执行 OCL 代码。

取自帮助:

"If you use Eclipse OCL within Eclipse you should find that the appropriate registrations are provided for you automatically by the plugin registration mechanisms.

However if you use Eclipse OCL outside Eclipse, for instance in JUnit tests, you must provide the corresponding registrations in your code."

关于java - 在Java中使用OCL验证xmi模型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19369388/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com