A Discrete-Event Network Simulator
API
Public Member Functions | Public Attributes | List of all members
grid.EventString Class Reference

EventString class. More...

Public Member Functions

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

Public Attributes

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

Detailed Description

EventString class.

Definition at line 30 of file grid.py.

Constructor & Destructor Documentation

◆ __init__()

def grid.EventString.__init__ (   self,
  at = 0,
  value = '' 
)

Initializer.

Parameters
selfthis object
atyou
valuevalue
Returns
none

Definition at line 35 of file grid.py.

Member Data Documentation

◆ at

grid.EventString.at

at

Definition at line 42 of file grid.py.

◆ value

grid.EventString.value

value

Definition at line 43 of file grid.py.


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