Uses of Interface
org.opendaylight.graph.ConnectedVertex
-
Packages that use ConnectedVertex Package Description org.opendaylight.graph -
-
Uses of ConnectedVertex in org.opendaylight.graph
Methods in org.opendaylight.graph that return ConnectedVertex Modifier and Type Method Description ConnectedVertexConnectedGraph. addVertex(Vertex vertex)Add Vertex in the Connected Graph.ConnectedVertexConnectedGraph. getConnectedVertex(@NonNull Long key)Returns the Vertex associated to the given key.ConnectedVertexConnectedGraph. getConnectedVertex(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress address)Returns the Vertex associated to the given IP address.@Nullable ConnectedVertexConnectedEdge. getDestination()Returns the destination Connected Vertex from the Connected Graph associated to this Connected Edge.@Nullable ConnectedVertexConnectedEdge. getSource()Returns the source Connected Vertex from the Connected Graph associated to this Connected Edge.Methods in org.opendaylight.graph that return types with arguments of type ConnectedVertex Modifier and Type Method Description List<ConnectedVertex>ConnectedGraph. getVertices()Returns the list of Connected Vertices that form this graph.Methods in org.opendaylight.graph with parameters of type ConnectedVertex Modifier and Type Method Description voidConnectedGraphTrigger. verifyVertex(Collection<ConnectedVertexTrigger> triggers, @Nullable ConnectedVertex next, @Nullable Vertex current)This method verifies the next Vertex 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.booleanConnectedVertexTrigger. verifyVertex(@Nullable ConnectedVertex next, @Nullable Vertex current)This method verifies the next Vertex attribute 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.
-