Uses of Interface
net.bmahe.genetics4j.gp.spec.mutation.ProgramApplyRules
Packages that use ProgramApplyRules
-
Uses of ProgramApplyRules in net.bmahe.genetics4j.gp.spec.mutation
Classes in net.bmahe.genetics4j.gp.spec.mutation that implement ProgramApplyRulesMethods in net.bmahe.genetics4j.gp.spec.mutation that return ProgramApplyRulesMethods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ProgramApplyRulesModifier and TypeMethodDescriptionstatic ImmutableProgramApplyRules
ImmutableProgramApplyRules.copyOf
(ProgramApplyRules instance) Creates an immutable copy of aProgramApplyRules
value.ImmutableProgramApplyRules.Builder.from
(ProgramApplyRules instance) Fill a builder with attribute values from the providedProgramApplyRules
instance.