Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.ImmutableIntChromosomeSpec
-
Uses of ImmutableIntChromosomeSpec in net.bmahe.genetics4j.core.spec.chromosome
Modifier and TypeMethodDescriptionImmutableIntChromosomeSpec.Builder.build()
Builds a newImmutableIntChromosomeSpec
.static ImmutableIntChromosomeSpec
ImmutableIntChromosomeSpec.copyOf
(IntChromosomeSpec instance) Creates an immutable copy of aIntChromosomeSpec
value.static ImmutableIntChromosomeSpec
ImmutableIntChromosomeSpec.of
(int size, int minValue, int maxValue) Construct a new immutableIntChromosomeSpec
instance.private 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.Modifier and TypeMethodDescriptionprivate boolean
ImmutableIntChromosomeSpec.equalTo
(int synthetic, ImmutableIntChromosomeSpec another) private static ImmutableIntChromosomeSpec
ImmutableIntChromosomeSpec.validate
(ImmutableIntChromosomeSpec instance)