Skip to content

Instantly share code, notes, and snippets.

@gnosis23
Created June 20, 2014 05:44
Show Gist options
  • Select an option

  • Save gnosis23/6556a76027eefef33176 to your computer and use it in GitHub Desktop.

Select an option

Save gnosis23/6556a76027eefef33176 to your computer and use it in GitHub Desktop.
the Sort Skill in drl
rule "Rule 01"
when
$cashflow : Cashflow( $date : date, $amount : amount )
not Cashflow( date < $date)
then
System.out.println("Cashflow: "+$date+" :: "+$amount);
retract($cashflow);
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment