drools - Event sequencing -



drools - Event sequencing -

i'm new in drools , cep. i'm trying solve issue events processing - derive complex events sequences of atomic events.

for example, sequence of a, b , c atomic events d complex event.

how can solve issue drools rule engine , drools fusion axtention? may be, there other tools or java frameworks (math methods or algorithms) solve kind of issues?

a rule test 3 events in sequence:

rule abc when $a: a() $b: b( after $a ) $c: c( after $b ) // ... end

there many details clarified - in reality may not simple that, question doesn't provide information.

see drools manual - section on event processing has similar (and more complex) examples.

drools cep drools-fusion

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -