Prado EFO PVA
Public Member Functions | Public Attributes | List of all members
network.NetworkBase Class Reference
Inheritance diagram for network.NetworkBase:
Inheritance graph
[legend]
Collaboration diagram for network.NetworkBase:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, name, time, junctions)
 
def process_junctions (self)
 
def __subclasshook__ (cls, C)
 

Public Attributes

 name
 
 junctions
 
 nJunctions
 
 T
 

Detailed Description

Definition at line 16 of file network.py.

Constructor & Destructor Documentation

◆ __init__()

def network.NetworkBase.__init__ (   self,
  name,
  time,
  junctions 
)

Reimplemented in network.Network.

Definition at line 18 of file network.py.

Member Function Documentation

◆ __subclasshook__()

def network.NetworkBase.__subclasshook__ (   cls,
  C 
)

Definition at line 35 of file network.py.

◆ process_junctions()

def network.NetworkBase.process_junctions (   self)

Reimplemented in network.Network.

Definition at line 31 of file network.py.

Member Data Documentation

◆ junctions

network.NetworkBase.junctions

Definition at line 20 of file network.py.

◆ name

network.NetworkBase.name

Definition at line 19 of file network.py.

◆ nJunctions

network.NetworkBase.nJunctions

Definition at line 21 of file network.py.

◆ T

network.NetworkBase.T

Definition at line 25 of file network.py.


The documentation for this class was generated from the following file: