Public Member Functions | |
def | __init__ |
def | release |
Private Attributes | |
_topology |
A logical connection from an Edge to a Vertex. Graphically represented by a Snap object.
Definition at line 279 of file topology.py.
def diarc.diarc.topology.Sink.__init__ | ( | self, | |
topology, | |||
vertex, | |||
edge | |||
) |
Reimplemented from diarc.diarc.topology.Connection.
Reimplemented in diarc.ros.ros_topology.Subscriber.
Definition at line 283 of file topology.py.
def diarc.diarc.topology.Sink.release | ( | self | ) |
Removes this connection between a vertex and an edge from the topology. This does NOT release either the vertex or the edge objects, it simply removes this particular reference to them.
Reimplemented from diarc.diarc.topology.Connection.
Definition at line 291 of file topology.py.
diarc::diarc::topology.Sink::_topology [private] |
Reimplemented from diarc.diarc.topology.Connection.
Definition at line 291 of file topology.py.