rdem erdfem
>> wrote:
>> >
>> > What is the address for user mailing?
>> >
>> > 2017-10-10 17:30 GMT+03:00 Kostas Kloudas > >:
>> >
>> >> Also this topic seems to be more suitable for the user mailing, and not
>>
t; >>> Could you share also your pattern?
> >>> If the “first” pattern has no quantifier, then it is expected to have
> >> only one event.
> >>>
> >>> Kostas
> >>>
> >>>> On Oct 10, 2017, at 4:22 PM, Erdem erdfem
> >
as
>> wrote:
>>>
>>> Hi Erdem,
>>>
>>> Could you share also your pattern?
>>> If the “first” pattern has no quantifier, then it is expected to have
>> only one event.
>>>
>>> Kostas
>>>
>>>> On Oc
PM, Kostas Kloudas
> wrote:
> >
> > Hi Erdem,
> >
> > Could you share also your pattern?
> > If the “first” pattern has no quantifier, then it is expected to have
> only one event.
> >
> > Kostas
> >
> >> On Oct 10, 2017, at 4:22 PM, Erdem
ern has no quantifier, then it is expected to have only
> one event.
>
> Kostas
>
>> On Oct 10, 2017, at 4:22 PM, Erdem erdfem wrote:
>>
>> Hello,
>>
>> I want to take get pattern events. I use below code. When debug, context
>> has one event.
Hi Erdem,
Could you share also your pattern?
If the “first” pattern has no quantifier, then it is expected to have only one
event.
Kostas
> On Oct 10, 2017, at 4:22 PM, Erdem erdfem wrote:
>
> Hello,
>
> I want to take get pattern events. I use below code. When debug, co
Hello,
I want to take get pattern events. I use below code. When debug, context
has one event. I cant see other events. Can you help me?
for (ObjectNode node : context.getEventsForPattern("first")) {
count += node.get(criterias.getPropName()).asInt();
}