PhysiCellConstants

The PhysiCellConstants class is used to work with constant numerical values ​​of the model.

To import this class use:

import ru.biosoft.physicell.core.PhysiCellConstants

All members of the PhysiCellConstants class are presented below.

Members of the PhysiCellConstants class

Class member

Description

static int apoptotic

Contains the numerical code for the “Apoptotic” phase of the “Apoptosis” cell death cycle.

Example of usage.

static int necrotic_swelling

Contains the numerical code for the “Necrotic (swelling)” phase of the “Necrosis” cell death cycle.

Example of usage.

static int necrotic_lysed

Contains the numerical code for the “Necrotic (lysed)” phase of the “Necrosis” cell death cycle.

Example of usage.

static int live

Contains the numeric code for the “Live” phase of the “Live” life cycle.

Example of usage.

static int apoptosis_death_model

Contains an index of the type of cell death “Apoptosis”.

Example of usage.

static int necrosis_death_model

Contains an index of the type of cell death “Necrosis”.

Example of usage.