Uses of Class
net.bmahe.genetics4j.gp.math.InputOperation
Packages that use InputOperation
-
Uses of InputOperation in net.bmahe.genetics4j.gp.math
Subclasses of InputOperation in net.bmahe.genetics4j.gp.mathMethods in net.bmahe.genetics4j.gp.math that return InputOperationModifier and TypeMethodDescriptionImmutableInputOperation.Builder.build()
Builds a newInputOperation
.static <T> InputOperation
<T> ImmutableInputOperation.copyOf
(InputOperation<T> instance) Creates an immutable copy of aInputOperation
value.static <T> InputOperation
<T> Construct a new immutableInputOperation
instance.Methods in net.bmahe.genetics4j.gp.math with parameters of type InputOperationModifier and TypeMethodDescriptionstatic <T> InputOperation
<T> ImmutableInputOperation.copyOf
(InputOperation<T> instance) Creates an immutable copy of aInputOperation
value.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.