Uses of Interface
microsim.matching.MatchingScoreClosure
Packages that use MatchingScoreClosure
-
Uses of MatchingScoreClosure in microsim.matching
Methods in microsim.matching with parameters of type MatchingScoreClosureModifier and TypeMethodDescriptionGlobalMatching.matching(Collection<T> collection1, org.apache.commons.collections4.Predicate<T> filter1, Collection<T> collection2, org.apache.commons.collections4.Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching) IterativeMatchingAlgorithm.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) IterativeRandomMatching.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) IterativeSimpleMatching.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) voidMatchingAlgorithm.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) voidSimpleMatching.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)