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 TypeMethodDescriptionprivate static ImmutableTrimTree
ImmutableTrimTree.validate
(ImmutableTrimTree instance) final ImmutableTrimTree
ImmutableTrimTree.withMaxDepth
(int value) Copy the current immutable object by setting a present value for the optionalmaxDepth
attribute.final ImmutableTrimTree
ImmutableTrimTree.withMaxDepth
(Optional<Integer> optional) Copy the current immutable object by setting an optional value for themaxDepth
attribute.Methods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ImmutableTrimTreeModifier and TypeMethodDescriptionprivate boolean
ImmutableTrimTree.equalsByValue
(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, Integer maxDepth)