Public Member Functions | |
def | __init__ |
def | release |
Private Attributes | |
_topology |
A logical connection from a Vertex to an Edge. Graphically represented by a Snap object.
Definition at line 259 of file topology.py.
def diarc.diarc.topology.Source.__init__ | ( | self, | |
topology, | |||
vertex, | |||
edge | |||
) |
Reimplemented from diarc.diarc.topology.Connection.
Reimplemented in diarc.ros.ros_topology.Publisher.
Definition at line 263 of file topology.py.
def diarc.diarc.topology.Source.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 271 of file topology.py.
diarc::diarc::topology.Source::_topology [private] |
Reimplemented from diarc.diarc.topology.Connection.
Definition at line 271 of file topology.py.