Skip to content

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

Notifications You must be signed in to change notification settings

soumyakantiroychowdhury/drools-stateful-session-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages