Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.IntChromosomeSpec.Builder
Packages that use IntChromosomeSpec.Builder
-
Uses of IntChromosomeSpec.Builder in net.bmahe.genetics4j.core.spec.chromosome
Methods in net.bmahe.genetics4j.core.spec.chromosome that return IntChromosomeSpec.BuilderModifier and TypeMethodDescriptionImmutableIntChromosomeSpec.Builder.from(IntChromosomeSpec instance) Fill a builder with attribute values from the providedIntChromosomeSpecinstance.ImmutableIntChromosomeSpec.Builder.maxValue(int maxValue) Initializes the value for themaxValueattribute.ImmutableIntChromosomeSpec.Builder.minValue(int minValue) Initializes the value for theminValueattribute.ImmutableIntChromosomeSpec.Builder.size(int size) Initializes the value for thesizeattribute.