Uses of Class
org.anchoranalysis.bean.permute.property.PermuteProperty
| Package | Description |
|---|---|
| org.anchoranalysis.bean.permute |
Applying permutations to a bean's fields.
|
| org.anchoranalysis.bean.permute.property |
Applying permutations to the properties of a bean.
|
-
Uses of PermuteProperty in org.anchoranalysis.bean.permute
Methods in org.anchoranalysis.bean.permute with parameters of type PermuteProperty 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 PermuteProperty in org.anchoranalysis.bean.permute.property
Subclasses of PermuteProperty in org.anchoranalysis.bean.permute.property Modifier and Type Class Description classPermutePropertyDoubleSetAssigns each element from a set of doubles to a particular property of a bean.classPermutePropertySequence<T>Base class for assigning a sequence of numbers to a particular property of a bean.classPermutePropertySequenceDoubleAssigns an arithmetic sequence of doubles, derived by diving an integer sequence by a divider.classPermutePropertySequenceIntegerAn arithmetic sequence of integers, each directly assigned to a property during permutation.classPermutePropertyStringSetAssigns each element from a set of strings to a particular property of a bean.