Uses of Interface
microsim.matching.MatchingClosure
Packages that use MatchingClosure
-
Uses of MatchingClosure in microsim.matching
Methods in microsim.matching with parameters of type MatchingClosureModifier 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)