Uses of Class
net.bmahe.genetics4j.gp.spec.mutation.ImmutableProgramApplyRules.Builder
Packages that use ImmutableProgramApplyRules.Builder
-
Uses of ImmutableProgramApplyRules.Builder in net.bmahe.genetics4j.gp.spec.mutation
Methods in net.bmahe.genetics4j.gp.spec.mutation that return ImmutableProgramApplyRules.BuilderModifier and TypeMethodDescriptionImmutableProgramApplyRules.Builder.addAllRules(Iterable<? extends Rule> elements) Adds elements toruleslist.Adds one element toruleslist.Adds elements toruleslist.ImmutableProgramApplyRules.builder()Creates a builder forProgramApplyRules.ImmutableProgramApplyRules.Builder.from(ProgramApplyRules instance) Fill a builder with attribute values from the providedProgramApplyRulesinstance.Sets or replaces all elements forruleslist.