Class PermutePropertyDoubleSet
Assigns each element from a set of doubles to a particular property of a bean.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescribePropertyValue(Double value) Describes a particular property-value in a unique but human-readable way.The respect double values to assign during the permutation.An iterator with possible alternative values for the property.voidThe respect double values to assign during the permutation.Methods inherited from class org.anchoranalysis.bean.permute.property.PermuteProperty
createSetter, getAdditionalPropertyPaths, getPropertyPath, setAdditionalPropertyPaths, setPropertyPathMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
PermutePropertyDoubleSet
public PermutePropertyDoubleSet()
-
-
Method Details
-
propertyValues
Description copied from class:PermutePropertyAn iterator with possible alternative values for the property.- Specified by:
propertyValuesin classPermuteProperty<Double>- Returns:
- a newly created iterator of all possible alternative values.
-
describePropertyValue
Description copied from class:PermutePropertyDescribes a particular property-value in a unique but human-readable way.- Specified by:
describePropertyValuein classPermuteProperty<Double>- Parameters:
value- the value to describe, which should one of the values returned byPermuteProperty.propertyValues().- Returns:
- the description of
value.
-
getValues
The respect double values to assign during the permutation. -
setValues
The respect double values to assign during the permutation.
-