Re: IterativeCondition instead of SimpleCondition not matching pattern

2021-11-04 Thread Seth Wiesman
gt;> Model.of(9, "A", "GB"), >>> Model.of(10, "B", "GB"), >>> Model.of(13, "D", "GB"), >>> Model.of(11, "C", "GB"), >>> Model.of(12,

Re: IterativeCondition instead of SimpleCondition not matching pattern

2021-11-04 Thread Seth Wiesman
Model.of(11, "C", "GB"), >> Model.of(12, "D", "GB") >> >> in the above inputStream the Model.of(7, "D", "US") is not supplied to the >> pattern sequence. Nothing special at all >> with th

Re: IterativeCondition instead of SimpleCondition not matching pattern

2021-11-04 Thread Isidoros Ioannou
mail.com> έγραψε: > >> Thanks for the update, the requirements make sense. >> >> Some follow up questions: >> * What time characteristic are you using? Processing or Event? >> * Can you describe a bit more what you mean by "input like the one I have >>

Re: IterativeCondition instead of SimpleCondition not matching pattern

2021-11-04 Thread Isidoros Ioannou
.@gmail.com> έγραψε: > Thanks for the update, the requirements make sense. > > Some follow up questions: > * What time characteristic are you using? Processing or Event? > * Can you describe a bit more what you mean by "input like the one I have > commented bellow"?

Re: IterativeCondition instead of SimpleCondition not matching pattern

2021-11-04 Thread Seth Wiesman
gt; >> >> >> -- Forwarded message - >> Από: Isidoros Ioannou >> Date: Πέμ, 4 Νοε 2021 στις 10:01 μ.μ. >> Subject: Re: IterativeCondition instead of SimpleCondition not matching >> pattern >> To: Austin Cawley-Edwards >> >> >

Re: IterativeCondition instead of SimpleCondition not matching pattern

2021-11-04 Thread Austin Cawley-Edwards
st, Austin On Thu, Nov 4, 2021 at 4:09 PM Isidoros Ioannou wrote: > > > -- Forwarded message - > Από: Isidoros Ioannou > Date: Πέμ, 4 Νοε 2021 στις 10:01 μ.μ. > Subject: Re: IterativeCondition instead of SimpleCondition not matching > pattern > To: Aust

Re: IterativeCondition instead of SimpleCondition not matching pattern

2021-11-04 Thread Austin Cawley-Edwards
Hi Isidoros, Thanks for reaching out to the mailing list. I haven't worked with the CEP library in a long time but can try to help. I'm having a little trouble understanding the desired output + rules. Can you mock up the desired output like you have for the fulfilled pattern sequence? Best, Aust