Uses of Class
org.opendaylight.graph.impl.ConnectedEdgeImpl
-
Packages that use ConnectedEdgeImpl Package Description org.opendaylight.graph.impl -
-
Uses of ConnectedEdgeImpl in org.opendaylight.graph.impl
Methods in org.opendaylight.graph.impl that return ConnectedEdgeImpl Modifier and Type Method Description ConnectedEdgeImplConnectedEdgeImpl. setDestination(ConnectedVertexImpl vertex)Set Connected Vertex as destination.ConnectedEdgeImplConnectedEdgeImpl. setEdge(Edge edge)Set associated Edge to this Connected Edge.ConnectedEdgeImplConnectedEdgeImpl. setSource(ConnectedVertexImpl vertex)Set Connected Vertex as source.Methods in org.opendaylight.graph.impl with parameters of type ConnectedEdgeImpl Modifier and Type Method Description ConnectedVertexImplConnectedVertexImpl. addInput(ConnectedEdgeImpl edge)Add Connected Edge as input edge.ConnectedVertexImplConnectedVertexImpl. addOutput(ConnectedEdgeImpl edge)Add Connected Edge as output edge.ConnectedVertexImplConnectedVertexImpl. removeInput(ConnectedEdgeImpl edge)Remove input Connected Edge.ConnectedVertexImplConnectedVertexImpl. removeOutput(ConnectedEdgeImpl edge)Remove output Connected Edge.
-