Class SimpleMatching<T>
java.lang.Object
microsim.matching.SimpleMatching<T>
- All Implemented Interfaces:
MatchingAlgorithm<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleMatchingDeprecated, for removal: This API element is subject to removal in a future version.use constructor to obtain an instancevoidmatching(Collection<T> collection1, Predicate<T> filter1, Comparator<T> comparator1, Collection<T> collection2, Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching)
-
Constructor Details
-
SimpleMatching
public SimpleMatching()
-
-
Method Details
-
matching
public void matching(Collection<T> collection1, Predicate<T> filter1, Comparator<T> comparator1, Collection<T> collection2, Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching) - Specified by:
matchingin interfaceMatchingAlgorithm<T>
-
getInstance
Deprecated, for removal: This API element is subject to removal in a future version.use constructor to obtain an instance
-