Uses of Class
net.bmahe.genetics4j.gp.spec.mutation.ImmutableProgramApplyRules
-
Uses of ImmutableProgramApplyRules in net.bmahe.genetics4j.gp.spec.mutation
Modifier 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
.Modifier and TypeMethodDescriptionprivate boolean
ImmutableProgramApplyRules.equalTo
(int synthetic, ImmutableProgramApplyRules another) ModifierConstructorDescriptionprivate
ImmutableProgramApplyRules
(ImmutableProgramApplyRules original, List<Rule> rules)