Uses of Class
net.bmahe.genetics4j.core.spec.mutation.ImmutableSwapMutation
Packages that use ImmutableSwapMutation
-
Uses of ImmutableSwapMutation in net.bmahe.genetics4j.core.spec.mutation
Methods in net.bmahe.genetics4j.core.spec.mutation that return ImmutableSwapMutationModifier and TypeMethodDescriptionprivate static ImmutableSwapMutationImmutableSwapMutation.validate(ImmutableSwapMutation instance) final ImmutableSwapMutationImmutableSwapMutation.withIsNumSwapFixed(boolean value) Copy the current immutable object by setting a value for theisNumSwapFixedattribute.final ImmutableSwapMutationImmutableSwapMutation.withNumSwap(int value) Copy the current immutable object by setting a value for thenumSwapattribute.final ImmutableSwapMutationImmutableSwapMutation.withPopulationMutationProbability(double value) Copy the current immutable object by setting a value for thepopulationMutationProbabilityattribute.Methods in net.bmahe.genetics4j.core.spec.mutation with parameters of type ImmutableSwapMutationModifier and TypeMethodDescriptionprivate booleanImmutableSwapMutation.equalsByValue(ImmutableSwapMutation another) private static ImmutableSwapMutationImmutableSwapMutation.validate(ImmutableSwapMutation instance)