我可以创建一个从另一个规则文件导入规则的规则文件吗?

发布于 2024-12-18 04:03:53 字数 52 浏览 2 评论 0原文

我如何(以及是否可以)将 Drools 规则或函数导入到另一个 Drools 规则文件中?

How do I (and can I) import Drools rules or functions into another Drools rules file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

落花浅忆 2024-12-25 04:03:53

这是没有必要的。

如果您使用知识构建器加载两个不同的规则文件,则两个文件中的所有规则都将可用。

无需从不同的 DRL 文件导入规则,因为编译时规则全部位于同一个二进制包中。

This isn't necessary.

If you load two different rule files using the knowledge builder all the rules in both files will be available.

There's no need to import rules from a different DRL file because when you compile the rules are all in the same binary package.

初吻给了烟 2024-12-25 04:03:53

drools 中没有导入规则功能。它不允许从另一个包导入规则。

There is no import rule facility in drools. It does not allow importing rule from another package.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文