I'd like to start a quick discussion...

I'm thinking of adding <at> to conditions, to allow for a rule to
only match at a particular time:

        <when>
                <at hour="10,14"/>

                <cond>
                        bob.isIdle()
                </cond>
        </when>

This rule would only be checked at 10am and 2pm.

Also, pondering <between>, to signal when a rule is active.

        <between>
                <time hour="10"/>
                <time hour="14"/>
        </between>      

Anyone have any particular use-cases or syntax thoughts?

Would you prefer a Vixie cronesque syntax?  I can parse pretty much
anything you like.

        -bob


_______________________________________________
drools-interest mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/drools-interest

Reply via email to