Uses of Class
net.bmahe.genetics4j.gp.math.ImmutableInputOperation
Packages that use ImmutableInputOperation
-
Uses of ImmutableInputOperation in net.bmahe.genetics4j.gp.math
Methods in net.bmahe.genetics4j.gp.math that return ImmutableInputOperationModifier and TypeMethodDescriptionfinal ImmutableInputOperation<T> ImmutableInputOperation.withIndex(int value) Copy the current immutable object by setting a value for theindexattribute.final ImmutableInputOperation<T> Copy the current immutable object by setting a value for thenameattribute.final ImmutableInputOperation<T> ImmutableInputOperation.withPrettyName(String value) Copy the current immutable object by setting a value for theprettyNameattribute.final ImmutableInputOperation<T> ImmutableInputOperation.withReturnedType(Class value) Copy the current immutable object by setting a value for thereturnedTypeattribute.Methods in net.bmahe.genetics4j.gp.math with parameters of type ImmutableInputOperationModifier and TypeMethodDescriptionprivate booleanImmutableInputOperation.equalsByValue(ImmutableInputOperation<?> another)