Edson Tirelli schrieb:
> 
>    ooops... correct version:
> 
> when
>    Map( this["type"] == "Point", $x : this["x"] )
>    Map( this["type"] == "Circle", this["x"] == $x )
> then
> end

Okay, so in the mvel syntax this is possible.
Can this also be achieved in the default rule syntax, without mvel?

The mvel syntax needs to be interpreted at runtime, so my Clojure lib
will have to output rules in Drools' native rule language.

What interests me most is that first part:
Map( this["type"] == "Point", $x : this["x"] )


André
-- 
Lisp is not dead. It’s just the URL that has changed:
http://clojure.org/
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to