Uses of Class
io.github.ai4ci.util.ImmutableEmpiricalFunction.Builder
Packages that use ImmutableEmpiricalFunction.Builder
-
Uses of ImmutableEmpiricalFunction.Builder in io.github.ai4ci.util
Methods in io.github.ai4ci.util that return ImmutableEmpiricalFunction.BuilderModifier and TypeMethodDescriptionImmutableEmpiricalFunction.builder()
Creates a builder forImmutableEmpiricalFunction
.ImmutableEmpiricalFunction.Builder.from
(EmpiricalFunction instance) Fill a builder with attribute values from the providedEmpiricalFunction
instance.ImmutableEmpiricalFunction.Builder.setLink
(EmpiricalFunction.Link link) Initializes the value for thelink
attribute.ImmutableEmpiricalFunction.Builder.setX
(double... x) Initializes the value for thex
attribute.ImmutableEmpiricalFunction.Builder.setY
(double... y) Initializes the value for they
attribute.ImmutableEmpiricalFunction.toBuilder()
Creates a builder forImmutableEmpiricalFunction
.prefilled with attibute values ofthis
instance to easily create modified copies.