Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.ImmutableIntChromosomeSpec
Packages that use ImmutableIntChromosomeSpec
-
Uses of ImmutableIntChromosomeSpec in net.bmahe.genetics4j.core.spec.chromosome
Methods in net.bmahe.genetics4j.core.spec.chromosome that return ImmutableIntChromosomeSpecModifier and TypeMethodDescriptionprivate static ImmutableIntChromosomeSpec
ImmutableIntChromosomeSpec.validate
(ImmutableIntChromosomeSpec instance) ImmutableIntChromosomeSpec.withMaxValue
(int value) Copy the current immutable object by setting a value for themaxValue
attribute.ImmutableIntChromosomeSpec.withMinValue
(int value) Copy the current immutable object by setting a value for theminValue
attribute.ImmutableIntChromosomeSpec.withSize
(int value) Copy the current immutable object by setting a value for thesize
attribute.Methods in net.bmahe.genetics4j.core.spec.chromosome with parameters of type ImmutableIntChromosomeSpecModifier and TypeMethodDescriptionprivate boolean
ImmutableIntChromosomeSpec.equalsByValue
(ImmutableIntChromosomeSpec another) private static ImmutableIntChromosomeSpec
ImmutableIntChromosomeSpec.validate
(ImmutableIntChromosomeSpec instance)