Class PermutePropertyDoubleSet


public class PermutePropertyDoubleSet extends PermuteProperty<Double>
Assigns each element from a set of doubles to a particular property of a bean.
Author:
Owen Feehan
  • Constructor Details

    • PermutePropertyDoubleSet

      public PermutePropertyDoubleSet()
  • Method Details

    • propertyValues

      public Iterator<Double> propertyValues()
      Description copied from class: PermuteProperty
      An iterator with possible alternative values for the property.
      Specified by:
      propertyValues in class PermuteProperty<Double>
      Returns:
      a newly created iterator of all possible alternative values.
    • describePropertyValue

      public String describePropertyValue(Double value)
      Description copied from class: PermuteProperty
      Describes a particular property-value in a unique but human-readable way.
      Specified by:
      describePropertyValue in class PermuteProperty<Double>
      Parameters:
      value - the value to describe, which should one of the values returned by PermuteProperty.propertyValues().
      Returns:
      the description of value.
    • getValues

      public DoubleSet getValues()
      The respect double values to assign during the permutation.
    • setValues

      public void setValues(DoubleSet values)
      The respect double values to assign during the permutation.