Uses of Interface
org.anchoranalysis.bean.permute.assign.PermutationAssigner
| Package | Description |
|---|---|
| org.anchoranalysis.bean.permute |
Applying permutations to a bean's fields.
|
| org.anchoranalysis.bean.permute.assign |
Imposes a permutation value on one or more properties of a bean.
|
| org.anchoranalysis.bean.permute.property |
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 PermutationAssigner Modifier and Type Method Description <S> List<T>PermutedCopyCreator. 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 PermutationAssigner Modifier and Type Method Description static PermutationAssignerPermutationAssignerFactory. combine(List<PermutationAssigner> assigners)Combines multiple existing assigners into a singlePermutationAssigners.static PermutationAssignerPermutationAssignerFactory. 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 PermutationAssigner Modifier and Type Method Description static PermutationAssignerPermutationAssignerFactory. combine(List<PermutationAssigner> assigners)Combines multiple existing assigners into a singlePermutationAssigners. -
Uses of PermutationAssigner in org.anchoranalysis.bean.permute.property
Methods in org.anchoranalysis.bean.permute.property that return PermutationAssigner Modifier and Type Method Description PermutationAssignerPermuteProperty. createSetter(AnchorBean<?> bean)Creates aPermutationAssignerwhich allows the particular property to be changed.