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 IntChromosomeSpecImmutableIntChromosomeSpec.copyOf(IntChromosomeSpec instance) Creates an immutable copy of aIntChromosomeSpecvalue.static IntChromosomeSpecImmutableIntChromosomeSpec.of(int size, int minValue, int maxValue) Construct a new immutableIntChromosomeSpecinstance.static IntChromosomeSpecIntChromosomeSpec.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 IntChromosomeSpecImmutableIntChromosomeSpec.copyOf(IntChromosomeSpec instance) Creates an immutable copy of aIntChromosomeSpecvalue.ImmutableIntChromosomeSpec.Builder.from(IntChromosomeSpec instance) Fill a builder with attribute values from the providedIntChromosomeSpecinstance.