Class CellRegions
- java.lang.Object
-
- bio.singa.simulation.model.sections.CellRegions
-
public class CellRegions extends Object
- Author:
- cl
-
-
Field Summary
Fields Modifier and Type Field Description static CellRegionCELL_CORTEXstatic CellRegionCELL_INNER_MEMBRANE_REGIONstatic CellRegionCELL_OUTER_MEMBRANE_REGIONstatic CellRegionCYTOPLASM_REGIONstatic CellRegionEXTRACELLULAR_REGIONstatic CellRegionPERINUCLEAR_REGIONstatic CellRegionVESICLE_REGION
-
Constructor Summary
Constructors Constructor Description CellRegions()
-
-
-
Field Detail
-
CYTOPLASM_REGION
public static final CellRegion CYTOPLASM_REGION
-
EXTRACELLULAR_REGION
public static final CellRegion EXTRACELLULAR_REGION
-
CELL_OUTER_MEMBRANE_REGION
public static final CellRegion CELL_OUTER_MEMBRANE_REGION
-
CELL_INNER_MEMBRANE_REGION
public static final CellRegion CELL_INNER_MEMBRANE_REGION
-
CELL_CORTEX
public static final CellRegion CELL_CORTEX
-
PERINUCLEAR_REGION
public static final CellRegion PERINUCLEAR_REGION
-
VESICLE_REGION
public static final CellRegion VESICLE_REGION
-
-