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