Uses of Interface
org.opendaylight.graph.ConnectedEdge
Package
Description
-
Uses of ConnectedEdge in org.opendaylight.algo.impl
Modifier and TypeMethodDescriptionCspfPath.addConnectedEdge
(ConnectedEdge edge) protected boolean
AbstractPathComputation.pruneEdge
(ConnectedEdge edge, CspfPath path) Check if Edge need to be prune regarding all constraints including address family.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.CspfPath.replacePath
(List<ConnectedEdge> list) -
Uses of ConnectedEdge in org.opendaylight.bgpcep.pcep.server.provider
Modifier and TypeMethodDescriptionboolean
ManagedTePath.verifyEdge
(@Nullable ConnectedEdge next, @Nullable Edge current) void
PathManagerProvider.verifyEdge
(Collection<ConnectedEdgeTrigger> triggers, @Nullable ConnectedEdge current, @Nullable Edge next) -
Uses of ConnectedEdge in org.opendaylight.graph
Modifier and TypeMethodDescriptionAdd Edge in the Connected Graph.ConnectedGraph.getConnectedEdge
(@NonNull Long key) Returns the Edge associated to the given key.ConnectedGraph.getConnectedEdge
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress address) Returns the Edge associated to the given IP address.ConnectedGraph.getConnectedEdge
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address address) Returns the Edge associated to the given IPv4 address.ConnectedGraph.getConnectedEdge
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address address) Returns the Edge associated to the given IPv6 address.Modifier and TypeMethodDescriptionConnectedGraph.getEdges()
Returns the list of Connected Edges that form this graph.Returns Connected Edges that has for destination the Connected Vertex identified by its key.ConnectedVertex.getInputConnectedEdges()
Returns the list of incoming Connected Edge for this Connected Vertex.ConnectedVertex.getOutputConnectedEdges()
Returns the list of outgoing Connected Edge for this Connected Vertex.Modifier and TypeMethodDescriptionboolean
ConnectedEdgeTrigger.verifyEdge
(@Nullable ConnectedEdge next, @Nullable Edge current) This method verifies the next Edge attributes against the current one to determine if is necessary to launch correction which are left at the discretion of the class which implements this method.void
ConnectedGraphTrigger.verifyEdge
(Collection<ConnectedEdgeTrigger> triggers, @Nullable ConnectedEdge next, @Nullable Edge current) This method verifies the next Edge attributes against the current one to determine if is necessary to launch correction which are left at the discretion of the class which implements this method. -
Uses of ConnectedEdge in org.opendaylight.graph.impl
Modifier and TypeClassDescriptionclass
This Class implements the Connected Edge used by the Connected Graph for path computation algorithms.Modifier and TypeMethodDescriptionConnectedGraphImpl.getConnectedEdge
(Long key) ConnectedGraphImpl.getConnectedEdge
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress address) ConnectedGraphImpl.getConnectedEdge
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address address) ConnectedGraphImpl.getConnectedEdge
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address address) Modifier and TypeMethodDescriptionConnectedGraphImpl.getEdges()
ConnectedVertexImpl.getInputConnectedEdges()
ConnectedVertexImpl.getOutputConnectedEdges()