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 SinglePointArithmeticSinglePointArithmetic.build()static SinglePointArithmeticImmutableSinglePointArithmetic.copyOf(SinglePointArithmetic instance) Creates an immutable copy of aSinglePointArithmeticvalue.static SinglePointArithmeticImmutableSinglePointArithmetic.of(double alpha) Construct a new immutableSinglePointArithmeticinstance.static SinglePointArithmeticSinglePointArithmetic.of(double alpha) Methods in net.bmahe.genetics4j.core.spec.combination with parameters of type SinglePointArithmeticModifier and TypeMethodDescriptionstatic SinglePointArithmeticImmutableSinglePointArithmetic.copyOf(SinglePointArithmetic instance) Creates an immutable copy of aSinglePointArithmeticvalue.ImmutableSinglePointArithmetic.Builder.from(SinglePointArithmetic instance) Fill a builder with attribute values from the providedSinglePointArithmeticinstance.