wheath / jsrule-engine

backward chaining object oriented typescript inference rules engine
12 stars 3 forks source link

Any docs on how to use this? #1

Open tianshuo opened 11 years ago

wheath commented 11 years ago

Hi Tianshuo,

I am working on creating more complete documentation but for now you can see a working demo as a jsfiddle at:

http://jsfiddle.net/xp_prg/ZZrdy/5/

This example utilizes a regular rules approach as well as a truth table approach for rapid generation of rules linked up to answer variables of questions. The demo itself helps explain how to use the rules engine.