org.zeroexchange.mcredit.read
Interface CreditPathFinder

All Known Implementing Classes:
DefaultCreditPathFinder

public interface CreditPathFinder

Author:
black

Method Summary
 List<CreditPaths> findPaths(User debtor, Collection<User> creditors, BigDecimal requiredValue)
          Finds the path from debtor to creditor.
 

Method Detail

findPaths

List<CreditPaths> findPaths(User debtor,
                            Collection<User> creditors,
                            BigDecimal requiredValue)
Finds the path from debtor to creditor.

Parameters:
requiredValue - TODO


Copyright © 2013. All Rights Reserved.