Uses of Class
net.bmahe.genetics4j.gp.spec.mutation.ImmutableProgramApplyRules
Packages that use ImmutableProgramApplyRules
-
Uses of ImmutableProgramApplyRules in net.bmahe.genetics4j.gp.spec.mutation
Methods in net.bmahe.genetics4j.gp.spec.mutation that return ImmutableProgramApplyRulesModifier and TypeMethodDescriptionImmutableProgramApplyRules.Builder.build()
Builds a newImmutableProgramApplyRules
.static ImmutableProgramApplyRules
ImmutableProgramApplyRules.copyOf
(ProgramApplyRules instance) Creates an immutable copy of aProgramApplyRules
value.static ImmutableProgramApplyRules
Construct a new immutableProgramApplyRules
instance.static ImmutableProgramApplyRules
Construct a new immutableProgramApplyRules
instance.Copy the current immutable object with elements that replace the content ofrules
.Copy the current immutable object with elements that replace the content ofrules
.Methods in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ImmutableProgramApplyRulesModifier and TypeMethodDescriptionprivate boolean
ImmutableProgramApplyRules.equalTo
(int synthetic, ImmutableProgramApplyRules another) Constructors in net.bmahe.genetics4j.gp.spec.mutation with parameters of type ImmutableProgramApplyRulesModifierConstructorDescriptionprivate
ImmutableProgramApplyRules
(ImmutableProgramApplyRules original, List<Rule> rules)