Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.ConstrainedPath
Packages that use ConstrainedPath
Package
Description
-
Uses of ConstrainedPath in org.opendaylight.algo
Methods in org.opendaylight.algo that return ConstrainedPathModifier 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
Methods in org.opendaylight.algo.impl that return ConstrainedPathModifier 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
Methods in org.opendaylight.bgpcep.pcep.server.provider with parameters of type ConstrainedPathModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with type parameters of type ConstrainedPathModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ConstrainedPath>>
E$$ConstrainedPathBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 that return ConstrainedPathModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 that return types with arguments of type ConstrainedPathModifier and TypeMethodDescriptiondefault Class<ConstrainedPath>
ConstrainedPath.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with parameters of type ConstrainedPathModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with type arguments of type ConstrainedPathModifier and TypeMethodDescriptionConstrainedPathBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ConstrainedPath> augmentation) Add an augmentation to this builder's product.ConstrainedPathBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ConstrainedPath>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with parameters of type ConstrainedPathModifierConstructorDescriptionConstruct a builder initialized with state from specifiedConstrainedPath
.