HEADS-project / training

Training material to get started with the HEADS technologies
10 stars 16 forks source link

keep if does not work always correct #106

Closed omidkhodatars closed 8 years ago

omidkhodatars commented 8 years ago

I have made little changes to the original code but this faced error when i ran it with java :

stream filteredMergeFail from e1 : cep?m2::keep if not e1.b select var a : Boolean = e1.b produce cep!res2(a)

error-keepif-heads-java-png

brice-morin commented 8 years ago

Did you update your ThingML plugins to the latest version? We did quite some fixes on the CEP in Java and JS this week. If yes, I will look into more details and create a test case for that.

omidkhodatars commented 8 years ago

it is fixed now , thanks