英文: retrieving all rules inserted into drools session which are being printed in KieSession using dr...
可以在Spring Boot OptaPlanner中使用多个`@PlanningSolution`类和多个`SolverManager`吗?
英文: can we use multiple @PlanningSolution classes and multiple SolverManager in Springboot optaplann...
在规则的”then”部分设置值以定义Drools中的类型。
英文: setting values to define type in drools in then part of rule 问题 我在Drools中有一个定义的类型,如下所示: package ...
在将标志插入Drools之前检查标志值。
英文: Checking flag value before inserting flag in drools 问题 我已经生成了一条规则,它会在会话中插入一个问题。如果问题为真,它会插入一个FLAG...
如何在Drools中实现时间持久化?
英文: how to implement time persistence in drools? 问题 我对Drools还不熟悉,我想知道是否有一种方法可以编写表达时间持续性的规则: 如果(条件在X秒...
Drools规则在一段时间内未触发
英文: Drools Absence of hitting a rule over a perios of time 问题 以下是翻译好的内容: 我对Drools还不熟悉。我需要使用spring-bo...
无法在评估Drools中的条件时访问同一议程组中的修改后事实。
英文: Cannot access the modified fact in the same agenda-group while evaluating when condition in droo...
Referencing a function from another drl file in a separate maven project.
英文: Referencing a function from another drl file in a separate maven project 问题 我有多个包含DROOLs drl文件的M...
如何在Drools文件中使用索引循环遍历列表
英文: How to loop through a list using indexes/indices in drools file 问题 我有一个要求,需要在 drools 文件中使用索引循环遍历...
Drools 仅触发那些在 Spring Boot 文件中进行配置的规则。
英文: Drools fire only those rules which names are configured in a file Spring boot 问题 我有一个 Yml(我对任何扩展...
3