Uses of Interface
net.bmahe.genetics4j.core.spec.ChromosomeCombinatorHandlerFactory
Packages that use ChromosomeCombinatorHandlerFactory
-
Uses of ChromosomeCombinatorHandlerFactory in net.bmahe.genetics4j.core.spec
Fields in net.bmahe.genetics4j.core.spec with type parameters of type ChromosomeCombinatorHandlerFactoryModifier and TypeFieldDescriptionprivate List
<ChromosomeCombinatorHandlerFactory<T>> ImmutableEAExecutionContext.Builder.chromosomeCombinatorHandlerFactories
private final List
<ChromosomeCombinatorHandlerFactory<T>> ImmutableEAExecutionContext.chromosomeCombinatorHandlerFactories
Methods in net.bmahe.genetics4j.core.spec that return types with arguments of type ChromosomeCombinatorHandlerFactoryModifier and TypeMethodDescriptionabstract List
<ChromosomeCombinatorHandlerFactory<T>> AbstractEAExecutionContext.chromosomeCombinatorHandlerFactories()
ImmutableEAExecutionContext.chromosomeCombinatorHandlerFactories()
Methods in net.bmahe.genetics4j.core.spec with parameters of type ChromosomeCombinatorHandlerFactoryModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addChromosomeCombinatorHandlerFactories
(ChromosomeCombinatorHandlerFactory<T> element) Adds one element tochromosomeCombinatorHandlerFactories
list.ImmutableEAExecutionContext.Builder.addChromosomeCombinatorHandlerFactories
(ChromosomeCombinatorHandlerFactory<T>... elements) Adds elements tochromosomeCombinatorHandlerFactories
list.final ImmutableEAExecutionContext
<T> ImmutableEAExecutionContext.withChromosomeCombinatorHandlerFactories
(ChromosomeCombinatorHandlerFactory<T>... elements) Copy the current immutable object with elements that replace the content ofchromosomeCombinatorHandlerFactories
.Method parameters in net.bmahe.genetics4j.core.spec with type arguments of type ChromosomeCombinatorHandlerFactoryModifier and TypeMethodDescriptionImmutableEAExecutionContext.Builder.addAllChromosomeCombinatorHandlerFactories
(Iterable<? extends ChromosomeCombinatorHandlerFactory<T>> elements) Adds elements tochromosomeCombinatorHandlerFactories
list.ImmutableEAExecutionContext.Builder.chromosomeCombinatorHandlerFactories
(Iterable<? extends ChromosomeCombinatorHandlerFactory<T>> elements) Sets or replaces all elements forchromosomeCombinatorHandlerFactories
list.final ImmutableEAExecutionContext
<T> ImmutableEAExecutionContext.withChromosomeCombinatorHandlerFactories
(Iterable<? extends ChromosomeCombinatorHandlerFactory<T>> elements) Copy the current immutable object with elements that replace the content ofchromosomeCombinatorHandlerFactories
. -
Uses of ChromosomeCombinatorHandlerFactory in net.bmahe.genetics4j.gpu.spec
Fields in net.bmahe.genetics4j.gpu.spec with type parameters of type ChromosomeCombinatorHandlerFactoryModifier and TypeFieldDescriptionprivate List
<ChromosomeCombinatorHandlerFactory<T>> ImmutableGPUEAExecutionContext.Builder.chromosomeCombinatorHandlerFactories
private final List
<ChromosomeCombinatorHandlerFactory<T>> ImmutableGPUEAExecutionContext.chromosomeCombinatorHandlerFactories
Methods in net.bmahe.genetics4j.gpu.spec that return types with arguments of type ChromosomeCombinatorHandlerFactoryModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.chromosomeCombinatorHandlerFactories()
Methods in net.bmahe.genetics4j.gpu.spec with parameters of type ChromosomeCombinatorHandlerFactoryModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addChromosomeCombinatorHandlerFactories
(ChromosomeCombinatorHandlerFactory<T> element) Adds one element tochromosomeCombinatorHandlerFactories
list.ImmutableGPUEAExecutionContext.Builder.addChromosomeCombinatorHandlerFactories
(ChromosomeCombinatorHandlerFactory<T>... elements) Adds elements tochromosomeCombinatorHandlerFactories
list.final ImmutableGPUEAExecutionContext
<T> ImmutableGPUEAExecutionContext.withChromosomeCombinatorHandlerFactories
(ChromosomeCombinatorHandlerFactory<T>... elements) Copy the current immutable object with elements that replace the content ofchromosomeCombinatorHandlerFactories
.Method parameters in net.bmahe.genetics4j.gpu.spec with type arguments of type ChromosomeCombinatorHandlerFactoryModifier and TypeMethodDescriptionImmutableGPUEAExecutionContext.Builder.addAllChromosomeCombinatorHandlerFactories
(Iterable<? extends ChromosomeCombinatorHandlerFactory<T>> elements) Adds elements tochromosomeCombinatorHandlerFactories
list.ImmutableGPUEAExecutionContext.Builder.chromosomeCombinatorHandlerFactories
(Iterable<? extends ChromosomeCombinatorHandlerFactory<T>> elements) Sets or replaces all elements forchromosomeCombinatorHandlerFactories
list.final ImmutableGPUEAExecutionContext
<T> ImmutableGPUEAExecutionContext.withChromosomeCombinatorHandlerFactories
(Iterable<? extends ChromosomeCombinatorHandlerFactory<T>> elements) Copy the current immutable object with elements that replace the content ofchromosomeCombinatorHandlerFactories
.