soumyakantiroychowdhury / drools-stateful-session-example

Sample code in Java that implements a drools stateful knowledge session.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is Drools

Drools is a business rule management system with a forward-chaining and backward-chaining inference based rules engine, allowing fast and reliable evaluation of business rules and complex event processing. Read the documentation: http://docs.jboss.org/drools/release/7.0.0.Final/drools-docs/html_single/

What does this code do?

This code simulates a long-lived session where rules are applied on a sequence of output from a sensor.

About

Sample code in Java that implements a drools stateful knowledge session.


Languages

Language:Java 100.0%