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 ProgramApplyRulesModifier and TypeMethodDescriptionImmutableProgramApplyRules.Builder.build()
Builds a newProgramApplyRules
.static ProgramApplyRules
ImmutableProgramApplyRules.copyOf
(ProgramApplyRules instance) Creates an immutable copy of aProgramApplyRules
value.static ProgramApplyRules
Construct a new immutableProgramApplyRules
instance.static ProgramApplyRules
Construct a new immutableProgramApplyRules
instance.static ProgramApplyRules
Methods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ProgramApplyRulesModifier and TypeMethodDescriptionstatic ProgramApplyRules
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.