A B I T

A

accept(Invoice, AcceptInfo) - Method in class biz.hammurapi.rules.jsr94.tck.TckRule
This method filters invoices so only unpaid ones are passed to infer(customer, invoice)

B

biz.hammurapi.rules.jsr94.tck - package biz.hammurapi.rules.jsr94.tck
 

I

infer(Customer, Invoice) - Method in class biz.hammurapi.rules.jsr94.tck.TckRule
If the credit limit of the customer is greater than the amount of the invoice and the status of the invoice is unpaid then decrement the credit limit with the amount of invoice and set the status of the invoice to paid.

T

TckRule - Class in biz.hammurapi.rules.jsr94.tck
 
TckRule() - Constructor for class biz.hammurapi.rules.jsr94.tck.TckRule
 

A B I T

Copyright © 2006 Hammurapi Group. All Rights Reserved.