Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.ConstrainedPath
Package
Description
-
Uses of ConstrainedPath in org.opendaylight.algo
Modifier and TypeMethodDescription@NonNull ConstrainedPath
PathComputationAlgorithm.computeP2pPath
(VertexKey source, VertexKey destination, PathConstraints constraints) Compute Point to Point Path from source to destination taking into account constraints. -
Uses of ConstrainedPath in org.opendaylight.algo.impl
Modifier and TypeMethodDescriptionAbstractPathComputation.computeP2pPath
(VertexKey source, VertexKey destination, PathConstraints cts) protected abstract ConstrainedPath
AbstractPathComputation.computeSimplePath
(VertexKey source, VertexKey destination) protected ConstrainedPath
ConstrainedShortestPathFirst.computeSimplePath
(VertexKey src, VertexKey dst) protected ConstrainedPath
Samcra.computeSimplePath
(VertexKey src, VertexKey dst) protected ConstrainedPath
ShortestPathFirst.computeSimplePath
(VertexKey src, VertexKey dst) -
Uses of ConstrainedPath in org.opendaylight.bgpcep.pcep.server.provider
Modifier and TypeMethodDescriptionstatic Pcrep
MessagesUtil.createPcRepMessage
(Rp rp, P2p p2p, ConstrainedPath cpath) -
Uses of ConstrainedPath in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ConstrainedPath>>
E$$ConstrainedPathBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull ConstrainedPath
ConstrainedPathBuilder.build()
A newConstrainedPath
instance.static @NonNull ConstrainedPath
ConstrainedPathBuilder.empty()
Get empty instance of ConstrainedPath.PathComputationData.getConstrainedPath()
Return constrainedPath, ornull
if it is not present.@NonNull ConstrainedPath
PathComputationData.nonnullConstrainedPath()
Return constrainedPath, or an empty instance if it is not present.Modifier and TypeMethodDescriptiondefault Class
<ConstrainedPath> ConstrainedPath.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
ConstrainedPath.bindingEquals
(@NonNull ConstrainedPath thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ConstrainedPath.bindingHashCode
(@NonNull ConstrainedPath obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ConstrainedPath.bindingToString
(@NonNull ConstrainedPath obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionConstrainedPathBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ConstrainedPath> augmentation) Add an augmentation to this builder's product.ConstrainedPathBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ConstrainedPath>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedConstrainedPath
.