A Discrete-Event Network Simulator
API
interface_statistics.ShowInterfaceStatistics Class Reference

ShowInterfaceStatistics class. More...

+ Inheritance diagram for interface_statistics.ShowInterfaceStatistics:
+ Collaboration diagram for interface_statistics.ShowInterfaceStatistics:

Public Member Functions

def __init__ (self, visualizer, node_index, statistics_collector)
 Initializer. More...
 
def update (self)
 Update function. More...
 

Public Attributes

 node_index
 node index More...
 
 statistics_collector
 statistics collector More...
 
 table_model
 table model More...
 
 visualizer
 visualizer More...
 
 viz_node
 visualizer node More...
 
 win
 window More...
 

Private Member Functions

def _response_cb (self, win, response)
 Response callback function. More...
 

Detailed Description

ShowInterfaceStatistics class.

Definition at line 96 of file interface_statistics.py.

Constructor & Destructor Documentation

◆ __init__()

def interface_statistics.ShowInterfaceStatistics.__init__ (   self,
  visualizer,
  node_index,
  statistics_collector 
)

Initializer.

Parameters
selfthis object
visualizerthe visualizer object
node_indexthe node index
statistics_collectorstatistics collector class

Definition at line 124 of file interface_statistics.py.

Member Function Documentation

◆ _response_cb()

◆ update()

Member Data Documentation

◆ node_index

◆ statistics_collector

interface_statistics.ShowInterfaceStatistics.statistics_collector

statistics collector

Definition at line 139 of file interface_statistics.py.

Referenced by interface_statistics.ShowInterfaceStatistics.update().

◆ table_model

◆ visualizer

◆ viz_node

interface_statistics.ShowInterfaceStatistics.viz_node

visualizer node

Definition at line 141 of file interface_statistics.py.

◆ win


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