hi all, can any one help me how can convert drl to dsl for drools,let say for
the following code what will be the dsl, 

rule 'Rank accomodation name' 
salience 90 
when 
     $accBase: AccomodationBase() 
     not AccomodationBase( eval( $accBase instanceof AccomodationRank) ) 
     $accRank: AccomodationRank( level == $accBase.level, description ==
$accBase.description ) 
then 
     $accRank.setScore($accRank.getScore()+1); 

end 

thanks
-- 
View this message in context: 
http://www.nabble.com/how-to-convert-drl-to-dsl-tp24955345p24955345.html
Sent from the drools - user mailing list archive at Nabble.com.

_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to