Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.AlgorithmType
Package
Description
-
Uses of AlgorithmType in org.opendaylight.algo
Modifier and TypeMethodDescriptionPathComputationProvider.getPathComputationAlgorithm
(ConnectedGraph cgraph, AlgorithmType algorithmType) Return Path Computation Algorithm object that corresponds to the requested type. -
Uses of AlgorithmType in org.opendaylight.algo.impl
Modifier and TypeMethodDescriptionPathComputationServer.getPathComputationAlgorithm
(ConnectedGraph runningGraph, AlgorithmType algorithmType) -
Uses of AlgorithmType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324
Modifier and TypeMethodDescriptionstatic @Nullable AlgorithmType
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable AlgorithmType
AlgorithmType.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.GetConstrainedPathInput.getAlgorithm()
Return algorithm, ornull
if it is not present.GetConstrainedPathInputBuilder.getAlgorithm()
Return current value associated with the property corresponding toGetConstrainedPathInput.getAlgorithm()
.static @NonNull AlgorithmType
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull AlgorithmType
AlgorithmType.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.default @NonNull AlgorithmType
GetConstrainedPathInput.requireAlgorithm()
Return algorithm, guaranteed to be non-null.static AlgorithmType
Returns the enum constant of this class with the specified name.static AlgorithmType[]
AlgorithmType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionGetConstrainedPathInputBuilder.setAlgorithm
(AlgorithmType value) Set the property corresponding toGetConstrainedPathInput.getAlgorithm()
to the specified value.