Uses of Class
org.opendaylight.graph.impl.ConnectedVertexImpl
Packages that use ConnectedVertexImpl
-
Uses of ConnectedVertexImpl in org.opendaylight.graph.impl
Methods in org.opendaylight.graph.impl that return ConnectedVertexImplModifier 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.Methods in org.opendaylight.graph.impl with parameters of type ConnectedVertexImplModifier and TypeMethodDescriptionConnectedEdgeImpl.setDestination(ConnectedVertexImpl vertex) Set Connected Vertex as destination.ConnectedEdgeImpl.setSource(ConnectedVertexImpl vertex) Set Connected Vertex as source.