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 aInputOperationvalue.static <T> InputOperation<T> Construct a new immutableInputOperationinstance.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 aInputOperationvalue.final ImmutableInputOperation.Builder<T> ImmutableInputOperation.Builder.from(InputOperation<T> instance) Fill a builder with attribute values from the providednet.bmahe.genetics4j.gp.math.InputOperationinstance.