Uses of Interface
org.opendaylight.graph.ConnectedEdge
Packages that use ConnectedEdge
-
Uses of ConnectedEdge in org.opendaylight.graph
Methods in org.opendaylight.graph that return ConnectedEdgeModifier 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.Methods in org.opendaylight.graph that return types with arguments of type ConnectedEdgeModifier 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.Methods in org.opendaylight.graph with parameters of type ConnectedEdgeModifier and TypeMethodDescriptionbooleanConnectedEdgeTrigger.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.voidConnectedGraphTrigger.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.