drools
JBoss Drools insert facts from DRL
I need my WorkingMemory to be aware of facts which are created in the DRL as follows: rule \"Your First Rule\"[详细]
2023-02-10 19:17 分类:问答Drools get WorkingMemory to see facts in DRL
How can I get the WorkingMemory to know about the facts written in the DRL? Currently, the facts declared in the DRL do not exi开发者_JAVA百科st in the WorkingMemoryDRL only describes facts and rules,[详细]
2023-02-10 17:40 分类:问答Is CEP what I need (system state and event replaying)
I\'m looking for a CEP engine, but I\' don\'t know if any开发者_如何学编程 engine meets my requirements.[详细]
2023-02-10 16:06 分类:问答Drools: Access rules stored in Guvnor in Java web app
Our Business analyst loads rules in Guvnor. How do I access/load that in code in my Java web app ? They wan开发者_JAVA百科t to be able to change the rules independent of the Java web app.[详细]
2023-02-09 16:24 分类:问答Drools: Using globals defined at session creation for newly inserted rules
Right, I\'m running Drools in a ordering program I\'m making. I was asked to make rules loadable during run of the program via JMX. I take these in as a String and add them to a StatefulKnowledgeSessi[详细]
2023-02-09 14:49 分类:问答Workflow engine BPMN, Drools, etc or ESB?
We currently have an application that is based on an in-house developed workflow engine with YAML based DSL. We are looking to move parts of it to Java.[详细]
2023-02-08 21:06 分类:问答Drools: insertLogical and retract
This is a follow up on my previous question. I have a decision tree in the following form: and I want to transform it into rules in Drools Expert. The use of insertLogical has been proposed. Drools[详细]
2023-02-08 06:48 分类:问答Decision trees and rule engines (Drools)
In the application that I\'m working on right now, I need to periodically check eligibility of tens of thousands of objects for some kind of a service. The decision diagram itself is in the following[详细]
2023-02-08 03:16 分类:问答Drools: case insensitive compare?
I need to compare two fields in a case insensitive way. I have a rule something like this: foo : ObjectTypeA()[详细]
2023-02-07 09:13 分类:问答Declare local rule variable using Drools
It\'s possible to create a loc开发者_如何学Cal variable into a local rule definition using Drools rule engine?[详细]
2023-02-07 02:06 分类:问答