Uses of Interface
org.anchoranalysis.bean.permute.assign.PermutationAssigner
Packages that use PermutationAssigner
Package
Description
Applying permutations to a bean's fields.
Imposes a permutation value on one or more properties of a bean.
Applying permutations to the properties of a bean.
-
Uses of PermutationAssigner in org.anchoranalysis.bean.permute
Methods in org.anchoranalysis.bean.permute with parameters of type PermutationAssignerModifier and TypeMethodDescriptionPermutedCopyCreator.createPermutedCopies
(List<T> beans, PermuteProperty<S> propertyToPermute, PermutationAssigner setter) Applies a permutation to a copy of each element in a list of beans, updating the custom name of each bean to reflect the permutation. -
Uses of PermutationAssigner in org.anchoranalysis.bean.permute.assign
Methods in org.anchoranalysis.bean.permute.assign that return PermutationAssignerModifier and TypeMethodDescriptionstatic PermutationAssigner
PermutationAssignerFactory.combine
(List<PermutationAssigner> assigners) Combines multiple existing assigners into a singlePermutationAssigner
s.static PermutationAssigner
PermutationAssignerFactory.createForSingle
(AnchorBean<?> bean, String propertyPath) Creates an assigner for one or more properties, as identified bypropertyPath
.Method parameters in org.anchoranalysis.bean.permute.assign with type arguments of type PermutationAssignerModifier and TypeMethodDescriptionstatic PermutationAssigner
PermutationAssignerFactory.combine
(List<PermutationAssigner> assigners) Combines multiple existing assigners into a singlePermutationAssigner
s. -
Uses of PermutationAssigner in org.anchoranalysis.bean.permute.property
Methods in org.anchoranalysis.bean.permute.property that return PermutationAssignerModifier and TypeMethodDescriptionPermuteProperty.createSetter
(AnchorBean<?> bean) Creates aPermutationAssigner
which allows the particular property to be changed.