Uses of Interface
microsim.matching.MatchingClosure
-
Packages that use MatchingClosure Package Description microsim.matching -
-
Uses of MatchingClosure in microsim.matching
Methods in microsim.matching with parameters of type MatchingClosure Modifier and Type Method Description org.apache.commons.math3.util.Pair<java.util.Set<T>,java.util.Set<T>>IterativeMatchingAlgorithm. matching(java.util.Collection<T> collection1, org.apache.commons.collections4.Predicate<T> filter1, java.util.Comparator<T> comparator1, java.util.Collection<T> collection2, org.apache.commons.collections4.Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching)org.apache.commons.math3.util.Pair<java.util.Set<T>,java.util.Set<T>>IterativeRandomMatching. matching(java.util.Collection<T> collection1, org.apache.commons.collections4.Predicate<T> filter1, java.util.Comparator<T> comparator1, java.util.Collection<T> collection2, org.apache.commons.collections4.Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching)org.apache.commons.math3.util.Pair<java.util.Set<T>,java.util.Set<T>>IterativeSimpleMatching. matching(java.util.Collection<T> collection1, org.apache.commons.collections4.Predicate<T> filter1, java.util.Comparator<T> comparator1, java.util.Collection<T> collection2, org.apache.commons.collections4.Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching)voidMatchingAlgorithm. matching(java.util.Collection<T> collection1, org.apache.commons.collections4.Predicate<T> filter1, java.util.Comparator<T> comparator1, java.util.Collection<T> collection2, org.apache.commons.collections4.Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching)voidSimpleMatching. matching(java.util.Collection<T> collection1, org.apache.commons.collections4.Predicate<T> filter1, java.util.Comparator<T> comparator1, java.util.Collection<T> collection2, org.apache.commons.collections4.Predicate<T> filter2, MatchingScoreClosure<T> doubleClosure, MatchingClosure<T> matching)
-