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