如何在其他文件中使用一个 drl 文件中声明的全局变量?
我们有一个要求,我将在一个 drools drl 文件中声明所有必需的变量,并且我想在其他 drl 文件中使用这些声明的变量。
我们将得到一个自定义的 xml 文件,该文件不会被 drools 理解,所以我们要做的就是首先将其转换为 drools BRL 这是可以理解的格式,然后使用 droools API,我们将其转换为 drool drl 文件。
在 xml 文件中,我们将获取对象及其各自的类型。我们在这里计划的是,我们希望使用 drols 的全局变量概念,以便我们静态地在一个 drl 文件中声明所有可能的对象,然后在其他 drl 文件中使用这些变量(从定制的 xml 转换为 drool BRl)然后流口水drl)
we have requirement where i will declare all the required variables in one drools drl file and i would like to use those declared variables in other drl files.
we will get a customized xml file which will be not be understood by drools so what we are doing is first we are converting it to drools BRL which is understandable format and then using the droools API, we are converting it into drool drl file.
In the xml files, we will get objects along with their respective types. what we are planning here is we would like to use the global variable concept of drools so that we will declare all the possible objects in one drl file statically and then use those variables in other drl files(which get translated from customized xml to drool BRl and then drools drl)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论