For example:

[when]It is raining outside and temperature is {temp}=eval(
weatherService.isRaining() && weatherService.getTemp() == temp )

Assumes there is a global "service" called weatherService.

On 3/1/07, Michael Neale <[EMAIL PROTECTED]> wrote:

yes, in the mapping use an "eval (... your code here ...)" and you can
take the mapping from the DSL sentence.

On 2/28/07, kingston < [EMAIL PROTECTED]> wrote:
>
>
>
>
> Is it possible to write a rule in DSL to check for a value that is
> returned
> by a calls to a java method in the Condition part ?
>
> Are there any sample codes for using eval in DSL Syntax or for calling
> java
> methods ?
>
>
>
> --
> View this message in context:
> 
http://www.nabble.com/DSL---Calling-Java-Method-%2C-Eval-functions-tf3307311.html#a9199397
> Sent from the drools - user mailing list archive at Nabble.com.
>
> _______________________________________________
> rules-users mailing list
> [email protected]
> https://lists.jboss.org/mailman/listinfo/rules-users
>


_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to