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 ImmutableIntChromosomeSpecImmutableIntChromosomeSpec.validate(ImmutableIntChromosomeSpec instance) ImmutableIntChromosomeSpec.withMaxValue(int value) Copy the current immutable object by setting a value for themaxValueattribute.ImmutableIntChromosomeSpec.withMinValue(int value) Copy the current immutable object by setting a value for theminValueattribute.ImmutableIntChromosomeSpec.withSize(int value) Copy the current immutable object by setting a value for thesizeattribute.Methods in net.bmahe.genetics4j.core.spec.chromosome with parameters of type ImmutableIntChromosomeSpecModifier and TypeMethodDescriptionprivate booleanImmutableIntChromosomeSpec.equalsByValue(ImmutableIntChromosomeSpec another) private static ImmutableIntChromosomeSpecImmutableIntChromosomeSpec.validate(ImmutableIntChromosomeSpec instance)