Uses of Class
org.opendaylight.graph.impl.ConnectedVertexImpl
-
Uses of ConnectedVertexImpl in org.opendaylight.graph.impl
Modifier and TypeMethodDescriptionConnectedVertexImpl.addInput
(ConnectedEdgeImpl edge) Add Connected Edge as input edge.ConnectedVertexImpl.addOutput
(ConnectedEdgeImpl edge) Add Connected Edge as output edge.Add Prefix to this Connected Vertex.ConnectedVertexImpl.removeInput
(ConnectedEdgeImpl edge) Remove input Connected Edge.ConnectedVertexImpl.removeOutput
(ConnectedEdgeImpl edge) Remove output Connected Edge.Set associated Vertex to this Connected Vertex.Modifier and TypeMethodDescriptionConnectedEdgeImpl.setDestination
(ConnectedVertexImpl vertex) Set Connected Vertex as destination.ConnectedEdgeImpl.setSource
(ConnectedVertexImpl vertex) Set Connected Vertex as source.