Hello,
<div><br></div><div>In my rules file I'd like to set something like this:</div><div><br></div><div><div>rule "mayThrowDice"</div><div> when</div><div> $user : User($gp : gameplay)</div><div> $gameplay(this == $gp)</div>
<div> then</div><div> exists List<Boost>() {</div><div> ..... some business logic</div><div> }</div><div>end</div></div><div><br></div><div>But it looks like there is no generics support. How can I make sure there is a List of type Boost inserted into the session?</div>
<div><br></div><div>Thank you,</div><div>Martin</div>