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

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -