drools - Event sequencing -


I am new to Doros and CEP. I am trying to solve the problem by processing events - views of atomic events Receive complex incidents from For example, the order of A, B and C atomic events is a complex phenomenon.

How can I solve this issue with the Drools Rule Engine and the Drools Fusion ascension? Maybe there are other tools or Java frameworks (math methods or algorithms) to solve such issues?

A rule for testing three events in a certain order:

  rule abc when $ a: A () $ b: B (after this $ a) $ c: C $ B) then // ... end  

clear There are many details to do - in fact it can not be as simple, but your question does not provide any information.

See Drow's Manual - There are similar (more complex) examples in the section of event processing.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -