Uses of Class
net.bmahe.genetics4j.gp.math.ImmutableInputOperation.Builder
Packages that use ImmutableInputOperation.Builder
-
Uses of ImmutableInputOperation.Builder in net.bmahe.genetics4j.gp.math
Methods in net.bmahe.genetics4j.gp.math that return ImmutableInputOperation.BuilderModifier and TypeMethodDescriptionstatic <T> ImmutableInputOperation.Builder<T> ImmutableInputOperation.builder()Creates a builder forInputOperation.final ImmutableInputOperation.Builder<T> ImmutableInputOperation.Builder.from(InputOperation<T> instance) Fill a builder with attribute values from the providednet.bmahe.genetics4j.gp.math.InputOperationinstance.final ImmutableInputOperation.Builder<T> Fill a builder with attribute values from the providednet.bmahe.genetics4j.gp.Operationinstance.final ImmutableInputOperation.Builder<T> ImmutableInputOperation.Builder.index(int index) Initializes the value for theindexattribute.final ImmutableInputOperation.Builder<T> Initializes the value for thenameattribute.final ImmutableInputOperation.Builder<T> ImmutableInputOperation.Builder.prettyName(String prettyName) Initializes the value for theprettyNameattribute.final ImmutableInputOperation.Builder<T> ImmutableInputOperation.Builder.returnedType(Class returnedType) Initializes the value for thereturnedTypeattribute.Constructors in net.bmahe.genetics4j.gp.math with parameters of type ImmutableInputOperation.BuilderModifierConstructorDescriptionprivate