Uses of Class
net.bmahe.genetics4j.core.spec.combination.SinglePointArithmetic
Packages that use SinglePointArithmetic
-
Uses of SinglePointArithmetic in net.bmahe.genetics4j.core.spec.combination
Subclasses of SinglePointArithmetic in net.bmahe.genetics4j.core.spec.combinationMethods in net.bmahe.genetics4j.core.spec.combination that return SinglePointArithmeticModifier and TypeMethodDescriptionImmutableSinglePointArithmetic.Builder.build()
Builds a newSinglePointArithmetic
.static SinglePointArithmetic
SinglePointArithmetic.build()
static SinglePointArithmetic
ImmutableSinglePointArithmetic.copyOf
(SinglePointArithmetic instance) Creates an immutable copy of aSinglePointArithmetic
value.static SinglePointArithmetic
ImmutableSinglePointArithmetic.of
(double alpha) Construct a new immutableSinglePointArithmetic
instance.static SinglePointArithmetic
SinglePointArithmetic.of
(double alpha) Methods in net.bmahe.genetics4j.core.spec.combination with parameters of type SinglePointArithmeticModifier and TypeMethodDescriptionstatic SinglePointArithmetic
ImmutableSinglePointArithmetic.copyOf
(SinglePointArithmetic instance) Creates an immutable copy of aSinglePointArithmetic
value.ImmutableSinglePointArithmetic.Builder.from
(SinglePointArithmetic instance) Fill a builder with attribute values from the providedSinglePointArithmetic
instance.