Uses of Class
net.bmahe.genetics4j.gp.math.ImmutableInputOperation.Builder
-
Uses of ImmutableInputOperation.Builder in net.bmahe.genetics4j.gp.math
Modifier and TypeMethodDescriptionstatic <T> ImmutableInputOperation.Builder
<T> ImmutableInputOperation.builder()
Creates a builder forImmutableInputOperation
.final ImmutableInputOperation.Builder
<T> ImmutableInputOperation.Builder.from
(InputOperation<T> instance) Fill a builder with attribute values from the providednet.bmahe.genetics4j.gp.math.InputOperation
instance.final ImmutableInputOperation.Builder
<T> Fill a builder with attribute values from the providednet.bmahe.genetics4j.gp.Operation
instance.final ImmutableInputOperation.Builder
<T> ImmutableInputOperation.Builder.index
(int index) Initializes the value for theindex
attribute.final ImmutableInputOperation.Builder
<T> Initializes the value for thename
attribute.final ImmutableInputOperation.Builder
<T> ImmutableInputOperation.Builder.prettyName
(String prettyName) Initializes the value for theprettyName
attribute.final ImmutableInputOperation.Builder
<T> ImmutableInputOperation.Builder.returnedType
(Class returnedType) Initializes the value for thereturnedType
attribute.ModifierConstructorDescriptionprivate