Package microsim.matching
Interface MatchingScoreClosure<T>
public interface MatchingScoreClosure<T>
-
Method Summary
-
Method Details
-
getValue
Allows to get the matching score for a pair og agents.- Parameters:
item1- An agent.item2- A matching candidate.- Returns:
- the score.
- Throws:
NullPointerException- when any of the input parameters isnull.
-