Log |
The definitions for the event logger.
|
Util |
Contains miscellaneous functions which have general
usefulness.
|
Hashnlist |
Extends the functionality of hash tables to map keys to lists
of values.
|
Dllist |
Definitions for doubly-linked lists which allow for in-place
insertion and removal.
|
Assocext |
An assocext object is used to keep associations between
non-overlapping extents of integers and values.
|
Swarm |
Implementation of the Swarm design pattern, which serves to harbor
multiple interacting residents.
|
Ligand |
Definitions for the ligand objects, the string-analogues living
within the Incubator layer of the design stack.
|
Incubator |
Implementation of the Incubator design pattern, which coordinates
the interactions of ligands and processing units.
|
Protein |
The definitions for the proteins in the Cytoplasm layer.
|
Cytoplasm |
Implementation of the fourth layer of the Design Stack.
|
Genome |
Contains the mapping from Monod genome to protein functional
domains.
|
Compartment |
Encapsulates the subdivisions within the Cytoplasm, along with the
transport mechanisms between them.
|
Cell |
The main cell engine.
|
Cell_options |
Generic command-line argument processing.
|
Skeleton |
Common definitions for the tectonic plates necessary at the Monod
Cell layer.
|
SingleCellHarness |
The control harness for a single Monod Cell.
|
GenomeParser |
This plate should be moved to
plates .
|
CheatParseRep |
Temporary placeholder for a built-to-order cell genome for testing
purposes.
|
Interact |
Definition of the generic interactive plate.
|
Testinter |
The simplest Interactive tectonic plate - it's not interactive at
all.
|
Main |
Entry-point for the single-cell standalone executable.
|