Uses of Interface
org.opendaylight.graph.ConnectedEdge
-
Packages that use ConnectedEdge Package Description org.opendaylight.graph -
-
Uses of ConnectedEdge in org.opendaylight.graph
Methods in org.opendaylight.graph that return ConnectedEdge Modifier and Type Method Description ConnectedEdgeConnectedGraph. addEdge(Edge edge)Add Edge in the Connected Graph.ConnectedEdgeConnectedGraph. getConnectedEdge(@NonNull Long key)Returns the Edge associated to the given key.ConnectedEdgeConnectedGraph. 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.Methods in org.opendaylight.graph that return types with arguments of type ConnectedEdge Modifier and Type Method Description List<ConnectedEdge>ConnectedGraph. getEdges()Returns the list of Connected Edges that form this graph.List<ConnectedEdge>ConnectedVertex. getEdgeTo(Long destinationKey)Returns Connected Edges that has for destination the Connected Vertex identified by its key.List<ConnectedEdge>ConnectedVertex. getInputConnectedEdges()Returns the list of incoming Connected Edge for this Connected Vertex.List<ConnectedEdge>ConnectedVertex. getOutputConnectedEdges()Returns the list of outgoing Connected Edge for this Connected Vertex.Methods in org.opendaylight.graph with parameters of type ConnectedEdge Modifier and Type Method Description booleanConnectedEdgeTrigger. 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.
-