Does Drools support MVEL-Projections?
If yes, could someone please illustrate an example.
Projections allow you to extract elements out of a complex object
graph
into a single uniform collection.
For example, if you have a list of User objects, and you want to get
a
list of the names of the users, assuming the User has a bean property for
name:
userNames = (name in users)
Thanks,
manjax23
--
View this message in context:
http://www.nabble.com/Support-for-MVEL-Projections-in-Drools-tf4267685.ht...
Sent from the drools - user mailing list archive at
Nabble.com.