Class CellSubsections
- java.lang.Object
-
- bio.singa.simulation.model.sections.CellSubsections
-
public class CellSubsections extends Object
- Author:
- cl
-
-
Field Summary
Fields Modifier and Type Field Description static CellSubsectionCELL_OUTER_MEMBRANEstatic CellSubsectionCYTOPLASMstatic CellSubsectionEARLY_ENDOSOME_LUMENstatic CellSubsectionEARLY_ENDOSOME_MEMBRANEstatic CellSubsectionEXTRACELLULAR_REGIONstatic CellSubsectionNUCLEAR_MEMBRANEstatic CellSubsectionNUCLEOPLASMstatic CellSubsectionPIT_MEMBRANEstatic CellSubsectionVESICLE_LUMENstatic CellSubsectionVESICLE_MEMBRANE
-
Constructor Summary
Constructors Constructor Description CellSubsections()
-
-
-
Field Detail
-
CYTOPLASM
public static final CellSubsection CYTOPLASM
-
CELL_OUTER_MEMBRANE
public static final CellSubsection CELL_OUTER_MEMBRANE
-
NUCLEOPLASM
public static final CellSubsection NUCLEOPLASM
-
NUCLEAR_MEMBRANE
public static final CellSubsection NUCLEAR_MEMBRANE
-
EARLY_ENDOSOME_LUMEN
public static final CellSubsection EARLY_ENDOSOME_LUMEN
-
EARLY_ENDOSOME_MEMBRANE
public static final CellSubsection EARLY_ENDOSOME_MEMBRANE
-
EXTRACELLULAR_REGION
public static final CellSubsection EXTRACELLULAR_REGION
-
VESICLE_MEMBRANE
public static final CellSubsection VESICLE_MEMBRANE
-
VESICLE_LUMEN
public static final CellSubsection VESICLE_LUMEN
-
PIT_MEMBRANE
public static final CellSubsection PIT_MEMBRANE
-
-