[when]There is a Cheese with=Cheese() [when]- age is less than {age}=age<{age} [when]- type is '{type}'=type=='{type}' [when]- country equal to '{country}'=country=='{country}'However, Our fact is more complicated than just any Cheese(). We want to look for all cheeses that follow certain constraints and then count them. So our first line which defines the fact would be something like this:
[when]- age is less than {age}=age<{age} [when]- type is '{type}'=type=='{type}' [when]- country equal to '{country}'=country=='{country}'I am hoping that the "additional" constraints defined after "-" will be added to Cheese(). However, under Guvnor version 5.5, they are added into the first (), in this case, it is the Collection (size>{number}).