Class CellCycle

java.lang.Object
org.episteme.natural.biology.cell.CellCycle

public class CellCycle extends Object
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

      public CellCycle.Phase getCurrentPhase()
    • getProgressInPhase

      public double getProgressInPhase()
    • enterG0

      public void enterG0()
    • exitG0

      public void exitG0()