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

Timelines class. More...

Public Member Functions

def __init__ (self)
 
def get (self, name)
 Get Timeline. More...
 
def get_all (self)
 Get All Timeline. More...
 
def get_all_range_values (self)
 Get All Ranges. More...
 
def get_bounds (self)
 Get Bounds. More...
 
def sort (self)
 Sort the timelines. More...
 

Public Attributes

 timelines
 timelines More...
 

Detailed Description

Timelines class.

Definition at line 377 of file grid.py.

Constructor & Destructor Documentation

def grid.Timelines.__init__ (   self)
Initializer
@param self: this object

Definition at line 380 of file grid.py.

Member Function Documentation

def grid.Timelines.get (   self,
  name 
)

Get Timeline.

Parameters
selfthis object
namename
Returns
the timeline for the name

Definition at line 385 of file grid.py.

References grid.Timelines.timelines.

def grid.Timelines.get_all (   self)

Get All Timeline.

Parameters
selfthis object
Returns
all timelines

Definition at line 397 of file grid.py.

References grid.Timelines.timelines.

def grid.Timelines.get_all_range_values (   self)

Get All Ranges.

Parameters
selfthis object
Returns
the keys for all ranges

Definition at line 424 of file grid.py.

References grid.Timelines.timelines.

def grid.Timelines.get_bounds (   self)

Get Bounds.

Parameters
selfthis object
Returns
the bounds for all timelines

Definition at line 410 of file grid.py.

References return, and grid.Timelines.timelines.

def grid.Timelines.sort (   self)

Sort the timelines.

Parameters
selfthis object
Returns
none

Definition at line 403 of file grid.py.

References grid.Timelines.timelines.

Member Data Documentation

grid.Timelines.timelines

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