Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.AlgorithmType
Packages that use AlgorithmType
Package
Description
-
Uses of AlgorithmType in org.opendaylight.algo
Methods in org.opendaylight.algo with parameters of type AlgorithmTypeModifier 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
Methods in org.opendaylight.algo.impl with parameters of type AlgorithmTypeModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 that return AlgorithmTypeModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with parameters of type AlgorithmTypeModifier and TypeMethodDescriptionGetConstrainedPathInputBuilder.setAlgorithm
(AlgorithmType value) Set the property corresponding toGetConstrainedPathInput.getAlgorithm()
to the specified value.