Prado EFO PVA
|
Public Member Functions | |
def | __init__ (self, name, time, junctions) |
def | process_junctions (self) |
def | __subclasshook__ (cls, C) |
Public Attributes | |
name | |
junctions | |
nJunctions | |
T | |
Definition at line 16 of file network.py.
def network.NetworkBase.__init__ | ( | self, | |
name, | |||
time, | |||
junctions | |||
) |
Reimplemented in network.Network.
Definition at line 18 of file network.py.
def network.NetworkBase.__subclasshook__ | ( | cls, | |
C | |||
) |
Definition at line 35 of file network.py.
def network.NetworkBase.process_junctions | ( | self | ) |
Reimplemented in network.Network.
Definition at line 31 of file network.py.
network.NetworkBase.junctions |
Definition at line 20 of file network.py.
network.NetworkBase.name |
Definition at line 19 of file network.py.
network.NetworkBase.nJunctions |
Definition at line 21 of file network.py.
network.NetworkBase.T |
Definition at line 25 of file network.py.