Package microsim.matching
Interface MatchingClosure<T>
public interface MatchingClosure<T>
-
Method Summary
-
Method Details
-
match
Links two agents to form a matching pair.- Parameters:
t1- An agent.t2- The agent's partner.- Throws:
NullPointerException- when any of the input parameters isnull.
-