Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.ImmutableFloatChromosomeSpec
Packages that use ImmutableFloatChromosomeSpec
-
Uses of ImmutableFloatChromosomeSpec in net.bmahe.genetics4j.core.spec.chromosome
Methods in net.bmahe.genetics4j.core.spec.chromosome that return ImmutableFloatChromosomeSpecModifier and TypeMethodDescriptionprivate static ImmutableFloatChromosomeSpecImmutableFloatChromosomeSpec.validate(ImmutableFloatChromosomeSpec instance) ImmutableFloatChromosomeSpec.withDistribution(Distribution value) Copy the current immutable object by setting a value for thedistributionattribute.ImmutableFloatChromosomeSpec.withMaxValue(float value) Copy the current immutable object by setting a value for themaxValueattribute.ImmutableFloatChromosomeSpec.withMinValue(float value) Copy the current immutable object by setting a value for theminValueattribute.ImmutableFloatChromosomeSpec.withSize(int value) Copy the current immutable object by setting a value for thesizeattribute.Methods in net.bmahe.genetics4j.core.spec.chromosome with parameters of type ImmutableFloatChromosomeSpecModifier and TypeMethodDescriptionprivate booleanImmutableFloatChromosomeSpec.equalsByValue(ImmutableFloatChromosomeSpec another) private static ImmutableFloatChromosomeSpecImmutableFloatChromosomeSpec.validate(ImmutableFloatChromosomeSpec instance)