Uses of Class
net.bmahe.genetics4j.gp.spec.mutation.ImmutableRule
Packages that use ImmutableRule
-
Uses of ImmutableRule in net.bmahe.genetics4j.gp.spec.mutation
Methods in net.bmahe.genetics4j.gp.spec.mutation that return ImmutableRuleModifier and TypeMethodDescriptionfinal ImmutableRuleImmutableRule.withApplicator(BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> value) Copy the current immutable object by setting a value for theapplicatorattribute.final ImmutableRuleImmutableRule.withPredicate(Predicate<TreeNode<Operation<?>>> value) Copy the current immutable object by setting a value for thepredicateattribute.Methods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ImmutableRuleModifier and TypeMethodDescriptionprivate booleanImmutableRule.equalsByValue(ImmutableRule another) Constructors in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ImmutableRuleModifierConstructorDescriptionprivateImmutableRule(ImmutableRule original, Predicate<TreeNode<Operation<?>>> predicate, BiFunction<Program, TreeNode<Operation<?>>, TreeNode<Operation<?>>> applicator)