Uses of Class
net.bmahe.genetics4j.gp.ImmutableInputSpec
Packages that use ImmutableInputSpec
-
Uses of ImmutableInputSpec in net.bmahe.genetics4j.gp
Methods in net.bmahe.genetics4j.gp that return ImmutableInputSpecModifier and TypeMethodDescriptionImmutableInputSpec.Builder.build()
Builds a newImmutableInputSpec
.static ImmutableInputSpec
Creates an immutable copy of aInputSpec
value.static ImmutableInputSpec
Construct a new immutableInputSpec
instance.static ImmutableInputSpec
Construct a new immutableInputSpec
instance.final ImmutableInputSpec
Copy the current immutable object with elements that replace the content oftypes
.final ImmutableInputSpec
Copy the current immutable object with elements that replace the content oftypes
.Methods in net.bmahe.genetics4j.gp with parameters of type ImmutableInputSpecModifier and TypeMethodDescriptionprivate boolean
ImmutableInputSpec.equalTo
(int synthetic, ImmutableInputSpec another) Constructors in net.bmahe.genetics4j.gp with parameters of type ImmutableInputSpecModifierConstructorDescriptionprivate
ImmutableInputSpec
(ImmutableInputSpec original, List<Class> types)