Uses of Enum
io.github.ai4ci.util.EmpiricalFunction.Link
Packages that use EmpiricalFunction.Link
-
Uses of EmpiricalFunction.Link in io.github.ai4ci.abm.mechanics
Methods in io.github.ai4ci.abm.mechanics with parameters of type EmpiricalFunction.LinkModifier and TypeMethodDescriptiondefault TransformedDistribution
Abstraction.Distribution.transform
(EmpiricalFunction.Link link) -
Uses of EmpiricalFunction.Link in io.github.ai4ci.util
Methods in io.github.ai4ci.util that return EmpiricalFunction.LinkModifier and TypeMethodDescriptiondefault EmpiricalFunction.Link
EmpiricalFunction.getLink()
ImmutableEmpiricalFunction.getLink()
static EmpiricalFunction.Link
Returns the enum constant of this type with the specified name.static EmpiricalFunction.Link[]
EmpiricalFunction.Link.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.ai4ci.util with parameters of type EmpiricalFunction.LinkModifier and TypeMethodDescriptionImmutableEmpiricalFunction.Builder.setLink
(EmpiricalFunction.Link link) Initializes the value for thelink
attribute.ImmutableEmpiricalFunction.withLink
(EmpiricalFunction.Link value) Copy the current immutable object by setting a value for thelink
attribute.