Public Member Functions | Public Attributes

bio_iterator::iterator Class Reference

Generic class for an iterator. More...

Inheritance diagram for bio_iterator::iterator:
bio_iterator::drawIterator bio_iterator::metaIterator bio_iterator::rowIterator

List of all members.

Public Member Functions

def __init__
def __str__

Public Attributes

 iteratorName
 name
 child
 variable

Detailed Description

Generic class for an iterator.

Iterators are designed to define loops on the entries of the data file. It is assumed that the data file is composed of rows, each containing the same number of numeric entries. The first row of the file contains the headers, labeling each of these entries. There are three types of iterators:

Hierarchical nesting of iterators is possible, so that iterators may have a parent and a child.


Constructor & Destructor Documentation

def bio_iterator::iterator::__init__ (   self,
  iteratorName,
  name,
  child,
  variable 
)

Member Function Documentation

def bio_iterator::iterator::__str__ (   self )

Reimplemented in bio_iterator::drawIterator.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables