Re: [rules-users] System actions available within RHS

2011-07-04 Thread jpullmann
... thank you Wolfgang. Later I came across the sought example [1] for inserting events into an event stream within RHS. The pseudo-clock is obtainable / adjustable via the implicit "drools" object: SessionPseudoClock c = (SessionPseudoClock) drools.getWorkingMemory().getSessio

Re: [rules-users] System actions available within RHS

2011-07-01 Thread Wolfgang Laun
All of Java can be used on the RHS of a rule. Inserting a fact (or event) is done simply by: insert( X ) -W On 1 July 2011 13:58, jpullmann wrote: > Hello, >does Drools 5.2. provides API calls for: > a) advancing the pseudo clock time > b) inserting a new (aggregate) event into an

[rules-users] System actions available within RHS

2011-07-01 Thread jpullmann
Hello, does Drools 5.2. provides API calls for: a) advancing the pseudo clock time b) inserting a new (aggregate) event into an entry point from within the RHS of a rule ? Thank you! Jaro -- View this message in context: http://drools.46999.n3.nabble.com/System-ac