python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to translate contrants "drools" into "dmn" (Decision Model and Notation)
rule "room conflict"
when
Lesson($id : id, $timeslot : timeslot , $room : room)
Lesson(id != $id, timeslot == $timeslot , room == $room)
then
scoreHolder.addH...
Samir Aydi
Votes: 0
Answers: 1
While reading Drools Drt with some empty values in excel file, The condition part in rule gets disappear for the Empty Values
While running Drools DRT with some empty values in excel file gives an error .
This is the rule which we have used....
rule "Rule1_@{row.rowNumber}"
when
variable:Fact(("All"...
Samyak
Votes: 0
Answers: 1
Error when opening home page in business central when using PLANNER_AND_RULES profile
I'm trying out RedHat's Business Central using a docker-compose file as described in https://github.com/jboss-dockerfiles/business-central. At startup it runs a kie-server (quay.io/kiegroup/kie-server...
Jan Bols
Votes: 0
Answers: 0
how to translate a java constraint into drools language
Constraint roomConflict(ConstraintFactory constraintFactory) {
// A room can accommodate at most one lesson at the same time.
return constraintFactory
// Select each pair of 2 diff...
Samir Aydi
Votes: 0
Answers: 1