Uses of Class
org.opendaylight.graph.impl.ConnectedEdgeImpl
-
Uses of ConnectedEdgeImpl in org.opendaylight.graph.impl
Methods in org.opendaylight.graph.impl that return ConnectedEdgeImplModifier and TypeMethodDescriptionConnectedEdgeImpl.setDestination(ConnectedVertexImpl vertex) Set Connected Vertex as destination.ConnectedEdgeImpl.setEdge(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph.Edge edge) Set associated Edge to this Connected Edge.ConnectedEdgeImpl.setSource(ConnectedVertexImpl vertex) Set Connected Vertex as source.Methods in org.opendaylight.graph.impl with parameters of type ConnectedEdgeImplModifier and TypeMethodDescriptionConnectedVertexImpl.addInput(ConnectedEdgeImpl edge) Add Connected Edge as input edge.ConnectedVertexImpl.addOutput(ConnectedEdgeImpl edge) Add Connected Edge as output edge.ConnectedVertexImpl.removeInput(ConnectedEdgeImpl edge) Remove input Connected Edge.ConnectedVertexImpl.removeOutput(ConnectedEdgeImpl edge) Remove output Connected Edge.