[rules-users] Write Assumptions for NESTED List<Object>

aliosha79 alex_orl1079 at yahoo.it
Tue Jun 26 08:56:27 EDT 2012


Sorry Laune...  you wrote:


>    $measureList: measure from $orderLineList 

This is incorrect DRL syntax. You have to extract (using "from") the 
elements of orderLine which are of class OrderLineType, and from these 
you can extract measure. 


What if     $measureList: measure from $orderLineList  ---> becomes --->
$measureList: MEASURES from $orderLineList ??

is it incorrect syntax?

--
View this message in context: http://drools.46999.n3.nabble.com/Write-Assumptions-for-NESTED-List-Object-tp4018241p4018261.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list