[rules-users] Can we hold reference to a function return type

Wolfgang Laun wolfgang.laun at gmail.com
Fri Jun 21 06:50:26 EDT 2013


If the original description of the problem is correct, this is typically solved
by code such as e.g.

rule x
when
  Container( $l: theList )
  $el: Element( this memberOf $i )
then
  modify( $el ){...}
end

This way there's no need to write a function.
-W

On 21/06/2013, rjr201 <rich.j.riley at gmail.com> wrote:
> Could you post the complete code of what you are trying to do?
>
>
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/Can-we-hold-reference-to-a-function-return-type-tp4024453p4024459.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>


More information about the rules-users mailing list