Uses of Class
org.opendaylight.graph.impl.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.ConnectedVertexImpl.addPrefix(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph.Prefix prefix) Add Prefix to this Connected Vertex.ConnectedVertexImpl.removeInput(ConnectedEdgeImpl edge) Remove input Connected Edge.ConnectedVertexImpl.removeOutput(ConnectedEdgeImpl edge) Remove output Connected Edge.ConnectedVertexImpl.setVertex(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph.Vertex vertex) 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.