Package microsim.matching
Interface MatchingAlgorithm<T>
- All Known Implementing Classes:
SimpleMatching
public interface MatchingAlgorithm<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidmatching(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
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)
-