https://github.com/salaboy/pachinkoo
RETEOO implementation for educational purposes based on the Drools RETEOO implementation
https://github.com/salaboy/pachinkoo
Last synced: about 2 months ago
JSON representation
RETEOO implementation for educational purposes based on the Drools RETEOO implementation
- Host: GitHub
- URL: https://github.com/salaboy/pachinkoo
- Owner: salaboy
- Created: 2011-06-07T04:18:10.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-06T16:33:29.000Z (over 12 years ago)
- Last Synced: 2025-03-24T22:42:18.334Z (2 months ago)
- Language: Java
- Homepage: http://salaboy.wordpress.com
- Size: 131 KB
- Stars: 30
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
PachinkOO is a very basic implementation of the RETEOO algorithm proposed by the Drools Project (www.drools.org) that it's based on the RETE algorithm created by Charles Forgy. This implementation focus is to have a simple java project to be able to play and explain how the RETEOO algorithm works inside Drools.
For more information about this project please go here:
http://salaboy.wordpress.com/2011/06/07/pachinkoo-object-oriented-rete-for-educational-purposes/