Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.descriptions.PathDescription
Package
Description
-
Uses of PathDescription in org.opendaylight.algo.impl
Modifier and TypeMethodDescriptionprotected List
<PathDescription> AbstractPathComputation.getPathDescription
(List<ConnectedEdge> edges) Convert List of Connected Edges into a Path Description as a List of IPv4, IPv6 or MPLS Label depending of the requested Address Family. -
Uses of PathDescription in org.opendaylight.bgpcep.pcep.server.provider
Modifier and TypeMethodDescriptionstatic Ero
MessagesUtil.getEro
(List<PathDescription> pathDescriptions) -
Uses of PathDescription in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324
Modifier and TypeMethodDescriptionConstrainedPathBuilder.getPathDescription()
Return current value associated with the property corresponding toPathDescriptions.getPathDescription()
.GetConstrainedPathOutputBuilder.getPathDescription()
Return current value associated with the property corresponding toPathDescriptions.getPathDescription()
.@Nullable List
<PathDescription> PathDescriptions.getPathDescription()
Return pathDescription, ornull
if it is not present.default @NonNull List
<PathDescription> PathDescriptions.nonnullPathDescription()
Return pathDescription, or an empty list if it is not present.Modifier and TypeMethodDescriptionConstrainedPathBuilder.setPathDescription
(List<PathDescription> values) Set the property corresponding toPathDescriptions.getPathDescription()
to the specified value.GetConstrainedPathOutputBuilder.setPathDescription
(List<PathDescription> values) Set the property corresponding toPathDescriptions.getPathDescription()
to the specified value. -
Uses of PathDescription in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.descriptions
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PathDescription>>
E$$PathDescriptionBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull PathDescription
PathDescriptionBuilder.build()
A newPathDescription
instance.Modifier and TypeMethodDescriptiondefault Class
<PathDescription> PathDescription.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
PathDescription.bindingEquals
(@NonNull PathDescription thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PathDescription.bindingHashCode
(@NonNull PathDescription obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PathDescription.bindingToString
(@NonNull PathDescription obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionPathDescriptionBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PathDescription> augmentation) Add an augmentation to this builder's product.PathDescriptionBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PathDescription>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPathDescription
. -
Uses of PathDescription in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp
Modifier and TypeMethodDescriptionComputedPathBuilder.getPathDescription()
Return current value associated with the property corresponding toPathDescriptions.getPathDescription()
.Modifier and TypeMethodDescriptionComputedPathBuilder.setPathDescription
(List<PathDescription> values) Set the property corresponding toPathDescriptions.getPathDescription()
to the specified value.