Uses of Class
net.bmahe.genetics4j.gp.math.ImmutableCoefficientOperation.Builder
-
Uses of ImmutableCoefficientOperation.Builder in net.bmahe.genetics4j.gp.math
Modifier and TypeMethodDescriptionstatic <T> ImmutableCoefficientOperation.Builder
<T> ImmutableCoefficientOperation.builder()
Creates a builder forImmutableCoefficientOperation
.ImmutableCoefficientOperation.Builder.from
(CoefficientOperation<T> instance) Fill a builder with attribute values from the providednet.bmahe.genetics4j.gp.math.CoefficientOperation
instance.Fill a builder with attribute values from the providednet.bmahe.genetics4j.gp.Operation
instance.Initializes the value for thename
attribute.ImmutableCoefficientOperation.Builder.prettyName
(String prettyName) Initializes the value for theprettyName
attribute.ImmutableCoefficientOperation.Builder.returnedType
(Class returnedType) Initializes the value for thereturnedType
attribute.Initializes the value for thevalue
attribute.ModifierConstructorDescriptionprivate