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.chromosomeCombinatorHandlerFactoriesprivate final List<ChromosomeCombinatorHandlerFactory<T>> ImmutableEAExecutionContext.chromosomeCombinatorHandlerFactoriesMethods 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 tochromosomeCombinatorHandlerFactorieslist.ImmutableEAExecutionContext.Builder.addChromosomeCombinatorHandlerFactories(ChromosomeCombinatorHandlerFactory<T>... elements) Adds elements tochromosomeCombinatorHandlerFactorieslist.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 tochromosomeCombinatorHandlerFactorieslist.ImmutableEAExecutionContext.Builder.chromosomeCombinatorHandlerFactories(Iterable<? extends ChromosomeCombinatorHandlerFactory<T>> elements) Sets or replaces all elements forchromosomeCombinatorHandlerFactorieslist.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.chromosomeCombinatorHandlerFactoriesprivate final List<ChromosomeCombinatorHandlerFactory<T>> ImmutableGPUEAExecutionContext.chromosomeCombinatorHandlerFactoriesMethods 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 tochromosomeCombinatorHandlerFactorieslist.ImmutableGPUEAExecutionContext.Builder.addChromosomeCombinatorHandlerFactories(ChromosomeCombinatorHandlerFactory<T>... elements) Adds elements tochromosomeCombinatorHandlerFactorieslist.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 tochromosomeCombinatorHandlerFactorieslist.ImmutableGPUEAExecutionContext.Builder.chromosomeCombinatorHandlerFactories(Iterable<? extends ChromosomeCombinatorHandlerFactory<T>> elements) Sets or replaces all elements forchromosomeCombinatorHandlerFactorieslist.final ImmutableGPUEAExecutionContext<T> ImmutableGPUEAExecutionContext.withChromosomeCombinatorHandlerFactories(Iterable<? extends ChromosomeCombinatorHandlerFactory<T>> elements) Copy the current immutable object with elements that replace the content ofchromosomeCombinatorHandlerFactories.