GeneralClasses

Classes

Cell
Individual
ReactionEngine
ResidenceCell
TransactionEngine

Functions

None


Cell

Derived from

None

Methods

Cell
className
printtree
relocate
xmlify Return an ElementTree.Element containing itself and all of its children.

Cell (Constructor)

Cell(parent)

Cell.className

className()

Cell.printtree

printtree(level=0)

Cell.relocate

relocate(newcell)

Cell.xmlify

xmlify()

Return an ElementTree.Element containing itself and all of its children. element text will be its Class name

Up


Individual

Derived from

Process, Cell

Methods

Individual
getAHome
sleep sleep, perchance to dream

Individual (Constructor)

Individual(parent)

Individual.getAHome

getAHome(cell)

Individual.sleep

sleep()

sleep, perchance to dream

Up


ReactionEngine

Derived from

Process

Methods

ReactionEngine

ReactionEngine (Constructor)

ReactionEngine(cell)

Up


ResidenceCell

Derived from

Cell

Methods

ResidenceCell

ResidenceCell (Constructor)

ResidenceCell(parent)

Up


TransactionEngine

Derived from

Process

Methods

TransactionEngine

TransactionEngine (Constructor)

TransactionEngine(src, dest)

Up