Uses of Interface
net.bmahe.genetics4j.core.mutation.chromosome.ChromosomeMutationHandlerFactory
Packages that use ChromosomeMutationHandlerFactory
-
Uses of ChromosomeMutationHandlerFactory in net.bmahe.genetics4j.core.spec
Fields in net.bmahe.genetics4j.core.spec with type parameters of type ChromosomeMutationHandlerFactoryModifier and TypeFieldDescriptionprivate List<ChromosomeMutationHandlerFactory<T>> ImmutableEAExecutionContext.Builder.chromosomeMutationPolicyHandlerFactoriesprivate final List<ChromosomeMutationHandlerFactory<T>> ImmutableEAExecutionContext.chromosomeMutationPolicyHandlerFactoriesMethods in net.bmahe.genetics4j.core.spec that return types with arguments of type ChromosomeMutationHandlerFactoryModifier and TypeMethodDescriptionabstract List<ChromosomeMutationHandlerFactory<T>> AbstractEAExecutionContext.chromosomeMutationPolicyHandlerFactories()ImmutableEAExecutionContext.chromosomeMutationPolicyHandlerFactories()Methods in net.bmahe.genetics4j.core.spec with parameters of type ChromosomeMutationHandlerFactoryModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addChromosomeMutationPolicyHandlerFactories(ChromosomeMutationHandlerFactory<T> element) Adds one element tochromosomeMutationPolicyHandlerFactorieslist.ImmutableEAExecutionContext.Builder.addChromosomeMutationPolicyHandlerFactories(ChromosomeMutationHandlerFactory<T>... elements) Adds elements tochromosomeMutationPolicyHandlerFactorieslist.final ImmutableEAExecutionContext<T> ImmutableEAExecutionContext.withChromosomeMutationPolicyHandlerFactories(ChromosomeMutationHandlerFactory<T>... elements) Copy the current immutable object with elements that replace the content ofchromosomeMutationPolicyHandlerFactories.Method parameters in net.bmahe.genetics4j.core.spec with type arguments of type ChromosomeMutationHandlerFactoryModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addAllChromosomeMutationPolicyHandlerFactories(Iterable<? extends ChromosomeMutationHandlerFactory<T>> elements) Adds elements tochromosomeMutationPolicyHandlerFactorieslist.ImmutableEAExecutionContext.Builder.chromosomeMutationPolicyHandlerFactories(Iterable<? extends ChromosomeMutationHandlerFactory<T>> elements) Sets or replaces all elements forchromosomeMutationPolicyHandlerFactorieslist.final ImmutableEAExecutionContext<T> ImmutableEAExecutionContext.withChromosomeMutationPolicyHandlerFactories(Iterable<? extends ChromosomeMutationHandlerFactory<T>> elements) Copy the current immutable object with elements that replace the content ofchromosomeMutationPolicyHandlerFactories. -
Uses of ChromosomeMutationHandlerFactory in net.bmahe.genetics4j.gpu.spec
Fields in net.bmahe.genetics4j.gpu.spec with type parameters of type ChromosomeMutationHandlerFactoryModifier and TypeFieldDescriptionprivate List<ChromosomeMutationHandlerFactory<T>> ImmutableGPUEAExecutionContext.Builder.chromosomeMutationPolicyHandlerFactoriesprivate final List<ChromosomeMutationHandlerFactory<T>> ImmutableGPUEAExecutionContext.chromosomeMutationPolicyHandlerFactoriesMethods in net.bmahe.genetics4j.gpu.spec that return types with arguments of type ChromosomeMutationHandlerFactoryModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.chromosomeMutationPolicyHandlerFactories()Methods in net.bmahe.genetics4j.gpu.spec with parameters of type ChromosomeMutationHandlerFactoryModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addChromosomeMutationPolicyHandlerFactories(ChromosomeMutationHandlerFactory<T> element) Adds one element tochromosomeMutationPolicyHandlerFactorieslist.ImmutableGPUEAExecutionContext.Builder.addChromosomeMutationPolicyHandlerFactories(ChromosomeMutationHandlerFactory<T>... elements) Adds elements tochromosomeMutationPolicyHandlerFactorieslist.final ImmutableGPUEAExecutionContext<T> ImmutableGPUEAExecutionContext.withChromosomeMutationPolicyHandlerFactories(ChromosomeMutationHandlerFactory<T>... elements) Copy the current immutable object with elements that replace the content ofchromosomeMutationPolicyHandlerFactories.Method parameters in net.bmahe.genetics4j.gpu.spec with type arguments of type ChromosomeMutationHandlerFactoryModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addAllChromosomeMutationPolicyHandlerFactories(Iterable<? extends ChromosomeMutationHandlerFactory<T>> elements) Adds elements tochromosomeMutationPolicyHandlerFactorieslist.ImmutableGPUEAExecutionContext.Builder.chromosomeMutationPolicyHandlerFactories(Iterable<? extends ChromosomeMutationHandlerFactory<T>> elements) Sets or replaces all elements forchromosomeMutationPolicyHandlerFactorieslist.final ImmutableGPUEAExecutionContext<T> ImmutableGPUEAExecutionContext.withChromosomeMutationPolicyHandlerFactories(Iterable<? extends ChromosomeMutationHandlerFactory<T>> elements) Copy the current immutable object with elements that replace the content ofchromosomeMutationPolicyHandlerFactories.