Uses of Interface
microsim.alignment.outcome.AlignmentOutcomeClosure
Packages that use AlignmentOutcomeClosure
-
Uses of AlignmentOutcomeClosure in microsim.alignment.outcome
Methods in microsim.alignment.outcome with parameters of type AlignmentOutcomeClosureModifier and TypeMethodDescriptionabstract voidAbstractOutcomeAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentOutcomeClosure<T> closure, double targetShare, int maxResamplingAttempts) abstract voidAbstractOutcomeAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentOutcomeClosure<T> closure, int targetNumber, int maxResamplingAttempts) voidResamplingAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentOutcomeClosure<T> closure, double targetShare) Align share of population by resampling.voidResamplingAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentOutcomeClosure<T> closure, double targetShare, int maxResamplingAttempts) Align share of population by resampling.voidResamplingAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentOutcomeClosure<T> closure, int targetNumber) Align absolute number of population by resampling.voidResamplingAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentOutcomeClosure<T> closure, int targetNumber, int maxResamplingAttempts) Align absolute number of population by resampling.voidResamplingWeightedAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentOutcomeClosure<T> closure, double targetShare) Align share of population by weighted resampling.voidResamplingWeightedAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentOutcomeClosure<T> closure, double targetShare, int maxResamplingAttempts) Align share of population by weighted resampling.voidResamplingWeightedAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentOutcomeClosure<T> closure, int targetNumber) Align absolute number of population by weighted resampling.voidResamplingWeightedAlignment.align(Collection<T> agents, org.apache.commons.collections4.Predicate<T> filter, AlignmentOutcomeClosure<T> closure, int targetNumber, int maxResamplingAttempts) Align absolute number of population by weighted resampling.voidResamplingWeightedAlignment.doAlignment(List<T> list, AlignmentOutcomeClosure<T> closure, double targetNumber, int maxResamplingAttempts)