Uses of Enum
io.github.ai4ci.config.riskmodel.Kernels
Packages that use Kernels
-
Uses of Kernels in io.github.ai4ci.config.riskmodel
Methods in io.github.ai4ci.config.riskmodel that return KernelsModifier and TypeMethodDescriptionImmutableRiskKernelInBuilt.getKernel()
RiskKernelInBuilt.getKernel()
static Kernels
Returns the enum constant of this type with the specified name.static Kernels[]
Kernels.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.ai4ci.config.riskmodel with parameters of type KernelsModifier and TypeMethodDescriptionstatic RiskKernelConfiguration
Initializes the value for thekernel
attribute.ImmutableRiskKernelInBuilt.withKernel
(Kernels value) Copy the current immutable object by setting a value for thekernel
attribute.