Work
This commit is contained in:
parent
474d3bf5b1
commit
0d40acdd39
6 changed files with 65 additions and 76 deletions
|
|
@ -11,14 +11,16 @@ import droolscours.util.OutputDisplay;
|
|||
//#declare any global variables here
|
||||
global OutputDisplay showResult;
|
||||
|
||||
rule "Le cashFlow est du crédit ou du débit"
|
||||
rule "The cashFlow can be a credit or a debit"
|
||||
|
||||
when
|
||||
$cash :CashFlow(type in ( CashFlow.DEBIT,CashFlow.CREDIT) )
|
||||
|
||||
then
|
||||
showResult.showText("Cash Flow est un crédit ou un débit");
|
||||
showResult.showText("The cashFlow is a credit or a debit");
|
||||
end
|
||||
|
||||
|
||||
rule "Accessor"
|
||||
|
||||
when
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue