Package microsim.matching
Class SimpleMatching<T>
java.lang.Object
microsim.matching.SimpleMatching<T>
- All Implemented Interfaces:
MatchingAlgorithm<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleMatchingvoidmatching(Collection<T> collection1, org.apache.commons.collections4.Predicate<T> filter1, Comparator<T> comparator1, Collection<T> collection2, org.apache.commons.collections4.Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching)
-
Method Details
-
matching
public void matching(Collection<T> collection1, org.apache.commons.collections4.Predicate<T> filter1, Comparator<T> comparator1, Collection<T> collection2, org.apache.commons.collections4.Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching) - Specified by:
matchingin interfaceMatchingAlgorithm<T>
-
getInstance
-