Class PermutePropertySequence<T>
- Type Parameters:
T
- element-type of the bean whose property or properties will be changed during permutation.
- Direct Known Subclasses:
PermutePropertySequenceDouble
,PermutePropertySequenceInteger
Base class for assigning a sequence of numbers to a particular property of a bean.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA sequence of integers, with each element assigned assigned directly during the permutation, or after further manipulation.Iterates each element insequence
.void
setSequence
(SequenceInteger sequence) A sequence of integers, with each element assigned assigned directly during the permutation, or after further manipulation.Methods inherited from class org.anchoranalysis.bean.permute.property.PermuteProperty
createSetter, describePropertyValue, getAdditionalPropertyPaths, getPropertyPath, propertyValues, setAdditionalPropertyPaths, setPropertyPath
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
PermutePropertySequence
public PermutePropertySequence()
-
-
Method Details
-
sequenceIterator
Iterates each element insequence
.- Returns:
- the iterator for the elements.
-
getSequence
A sequence of integers, with each element assigned assigned directly during the permutation, or after further manipulation. -
setSequence
A sequence of integers, with each element assigned assigned directly during the permutation, or after further manipulation.
-