Package org.anchoranalysis.bean.permute.property
Applying permutations to the properties of a bean.
-
Class Summary Class Description PermuteProperty<T> Changes properties of anAnchorBeanto one of a range of possible values.PermutePropertyDoubleSet Assigns each element from a set of doubles to a particular property of a bean.PermutePropertySequence<T> Base class for assigning a sequence of numbers to a particular property of a bean.PermutePropertySequenceDouble Assigns an arithmetic sequence of doubles, derived by diving an integer sequence by a divider.PermutePropertySequenceInteger An arithmetic sequence of integers, each directly assigned to a property during permutation.PermutePropertyStringSet Assigns each element from a set of strings to a particular property of a bean.SequenceInteger A sequence of integers.