StandardModels

The StandardModels class is used to work with standard models of the cell cycle and cell death.

To import this class use:

import ru.biosoft.physicell.core.standard.StandardModels

All members of the StandardModels class are shown below.

Members of the StandardModels class

Class member

Description

static live

Contains the “Live” cell life cycle.

Example of usage.

static int live.findPhaseIndex(int/String phase)

phase - numerical code or name of one of the phases of the “Live” life cycle.

Returns the index (number) of the “Live” life cycle phase with the code (name) phase.

Example of usage.