ConnectedVertex |
ConnectedGraph.addVertex(Vertex vertex) |
Add Vertex in the Connected Graph.
|
ConnectedVertex |
ConnectedGraph.getConnectedVertex(@NonNull Long key) |
Returns the Vertex associated to the given key.
|
ConnectedVertex |
ConnectedGraph.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 ConnectedVertex |
ConnectedEdge.getDestination() |
Returns the destination Connected Vertex from the Connected Graph associated to this Connected Edge.
|
@Nullable ConnectedVertex |
ConnectedEdge.getSource() |
Returns the source Connected Vertex from the Connected Graph associated to this Connected Edge.
|