Biogeme: Python Library  2.5
Public Member Functions | Public Attributes | List of all members
bio_iterator.rowIterator Class Reference

row iterators are designed to iterate on rows of the data file. More...

Inheritance diagram for bio_iterator.rowIterator:
bio_iterator.iterator

Public Member Functions

def __init__ (self, iteratorName, name="__dataFile__", child="", variable="__rowId__")
 
- Public Member Functions inherited from bio_iterator.iterator
def __init__ (self, iteratorName, name, child, variable)
 
def __str__ (self)
 

Public Attributes

 type
 
- Public Attributes inherited from bio_iterator.iterator
 iteratorName
 
 name
 
 child
 
 variable
 

Detailed Description

row iterators are designed to iterate on rows of the data file.

Examples:

Definition at line 92 of file bio_iterator.py.

Constructor & Destructor Documentation

def bio_iterator.rowIterator.__init__ (   self,
  iteratorName,
  name = "__dataFile__",
  child = "",
  variable = "__rowId__" 
)
Parameters
iteratorNameName of the iterator.
nameName of the set of data that is being iterated. It is either the name of a metaiterator, or the string dataFile, when the iterator spans the entire database.
childRow iterators have no children. Use the default value.
variableIgnored by row iterators. Use the default value.

Definition at line 97 of file bio_iterator.py.


The documentation for this class was generated from the following file:
Copyright 2016 Michel Bierlaire