Uses of Class
net.bmahe.genetics4j.gp.spec.mutation.ImmutableTrimTree
Packages that use ImmutableTrimTree
-
Uses of ImmutableTrimTree in net.bmahe.genetics4j.gp.spec.mutation
Methods in net.bmahe.genetics4j.gp.spec.mutation that return ImmutableTrimTreeModifier and TypeMethodDescriptionImmutableTrimTree.Builder.build()
Builds a newImmutableTrimTree
.static ImmutableTrimTree
Creates an immutable copy of aTrimTree
value.static ImmutableTrimTree
Construct a new immutableTrimTree
instance.private static ImmutableTrimTree
ImmutableTrimTree.validate
(ImmutableTrimTree instance) final ImmutableTrimTree
ImmutableTrimTree.withMaxDepth
(Optional<Integer> value) Copy the current immutable object by setting a value for themaxDepth
attribute.Methods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ImmutableTrimTreeModifier and TypeMethodDescriptionprivate boolean
ImmutableTrimTree.equalTo
(int synthetic, ImmutableTrimTree another) private static ImmutableTrimTree
ImmutableTrimTree.validate
(ImmutableTrimTree instance) Constructors in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ImmutableTrimTreeModifierConstructorDescriptionprivate
ImmutableTrimTree
(ImmutableTrimTree original, Optional<Integer> maxDepth)