Public Member Functions | |
def | __init__ |
def | block |
def | release |
def | sinks |
def | sources |
Private Attributes | |
_block | |
_topology |
A Vertex in a directional graph. A vertex can connect to multiple edges as either an input (source) or output (sink) to the edge. It is graphically represented by a Block object. Sources - outgoing connections to Edges Sinks - incomming connections from Edges
Definition at line 103 of file topology.py.
def diarc.diarc.topology.Vertex.__init__ | ( | self, | |
topology | |||
) |
Definition at line 111 of file topology.py.
def diarc.diarc.topology.Vertex.block | ( | self | ) |
Returns the relative graphical object (Block) for this Vertex. The block cannot be changed
Definition at line 154 of file topology.py.
def diarc.diarc.topology.Vertex.release | ( | self | ) |
Definition at line 117 of file topology.py.
def diarc.diarc.topology.Vertex.sinks | ( | self | ) |
Returns an unordered list of outgoing connections (Sink objects) from this vertex.
Definition at line 147 of file topology.py.
def diarc.diarc.topology.Vertex.sources | ( | self | ) |
Returns an unordered list of outgoing connections (Source objects) from this vertex.
Definition at line 140 of file topology.py.
diarc::diarc::topology.Vertex::_block [private] |
Definition at line 111 of file topology.py.
diarc::diarc::topology.Vertex::_topology [private] |
Definition at line 111 of file topology.py.