Uses of Class
net.bmahe.genetics4j.gp.spec.mutation.ImmutableRule.Builder
-
Uses of ImmutableRule.Builder in net.bmahe.genetics4j.gp.spec.mutation
Modifier and TypeMethodDescriptionfinal ImmutableRule.Builder
ImmutableRule.Builder.applicator
(BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator) Initializes the value for theapplicator
attribute.static ImmutableRule.Builder
ImmutableRule.builder()
Creates a builder forImmutableRule
.final ImmutableRule.Builder
Fill a builder with attribute values from the providedRule
instance.final ImmutableRule.Builder
Initializes the value for thepredicate
attribute.