Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.IntChromosomeSpec
Packages that use IntChromosomeSpec
-
Uses of IntChromosomeSpec in net.bmahe.genetics4j.core.spec.chromosome
Subclasses of IntChromosomeSpec in net.bmahe.genetics4j.core.spec.chromosomeMethods in net.bmahe.genetics4j.core.spec.chromosome that return IntChromosomeSpecModifier and TypeMethodDescriptionImmutableIntChromosomeSpec.Builder.build()
Builds a newIntChromosomeSpec
.static IntChromosomeSpec
ImmutableIntChromosomeSpec.copyOf
(IntChromosomeSpec instance) Creates an immutable copy of aIntChromosomeSpec
value.static IntChromosomeSpec
ImmutableIntChromosomeSpec.of
(int size, int minValue, int maxValue) Construct a new immutableIntChromosomeSpec
instance.static IntChromosomeSpec
IntChromosomeSpec.of
(int size, int minValue, int maxValue) Creates a new integer chromosome specification with the given parameters.Methods in net.bmahe.genetics4j.core.spec.chromosome with parameters of type IntChromosomeSpecModifier and TypeMethodDescriptionstatic IntChromosomeSpec
ImmutableIntChromosomeSpec.copyOf
(IntChromosomeSpec instance) Creates an immutable copy of aIntChromosomeSpec
value.ImmutableIntChromosomeSpec.Builder.from
(IntChromosomeSpec instance) Fill a builder with attribute values from the providedIntChromosomeSpec
instance.