noolsjs / nools

Rete based rules engine written in javascript
http://noolsjs.com/
MIT License
949 stars 181 forks source link

How to use time based constraints #92

Open reneklootwijk opened 10 years ago

reneklootwijk commented 10 years ago

How can I use a time based constraint without being dependent on another fact? Examples:

DevSide commented 8 years ago

The predicate timer is not implemented yet. So for now, a fact which represents a clock is necessary.

timoline commented 7 years ago

Is it possible you give an example of a fact which represents a clock?