I'm new in Drools and CEP. I'm trying to solve issue by events processing - derive complex events from sequences of atomic events.
For example, the sequence of A, B and C atomic events is D complex event.
How can I solve this issue with Drools rule engine and Drools Fusion axtention? May be, there are other tools or Java frameworks (math methods or algorithms) to solve this kind of issues?