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 ImmutableSwapMutation
ImmutableSwapMutation.validate
(ImmutableSwapMutation instance) final ImmutableSwapMutation
ImmutableSwapMutation.withIsNumSwapFixed
(boolean value) Copy the current immutable object by setting a value for theisNumSwapFixed
attribute.final ImmutableSwapMutation
ImmutableSwapMutation.withNumSwap
(int value) Copy the current immutable object by setting a value for thenumSwap
attribute.final ImmutableSwapMutation
ImmutableSwapMutation.withPopulationMutationProbability
(double value) Copy the current immutable object by setting a value for thepopulationMutationProbability
attribute.Methods in net.bmahe.genetics4j.core.spec.mutation with parameters of type ImmutableSwapMutationModifier and TypeMethodDescriptionprivate boolean
ImmutableSwapMutation.equalsByValue
(ImmutableSwapMutation another) private static ImmutableSwapMutation
ImmutableSwapMutation.validate
(ImmutableSwapMutation instance)