A Discrete-Event Network Simulator
API
grid.EventInt Class Reference

EventInt class. More...

Public Member Functions

def __init__ (self, at=0, value=0.0)
 Initializer. More...
 

Public Attributes

 at
 at More...
 
 value
 value More...
 

Detailed Description

EventInt class.

Definition at line 60 of file grid.py.

Constructor & Destructor Documentation

◆ __init__()

def grid.EventInt.__init__ (   self,
  at = 0,
  value = 0.0 
)

Initializer.

Parameters
selfthis object
atyou
valuevalue
Returns
none

Definition at line 65 of file grid.py.

Member Data Documentation

◆ at

grid.EventInt.at

at

Definition at line 72 of file grid.py.

◆ value

grid.EventInt.value

value

Definition at line 73 of file grid.py.


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