Class CellCycle
java.lang.Object
org.episteme.natural.biology.cell.CellCycle
Modeling the eukaryotic cell cycle.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Details
-
CellCycle
public CellCycle()
-
-
Method Details
-
advance
public void advance(double deltaTime) Progresses the cell cycle by a given time step.- Parameters:
deltaTime- Hours to advance
-
getCurrentPhase
-
getProgressInPhase
public double getProgressInPhase() -
enterG0
public void enterG0() -
exitG0
public void exitG0()
-