Uses of Class
bio.singa.simulation.model.agents.organelles.OrganelleTypes
-
Packages that use OrganelleTypes Package Description bio.singa.simulation.model.agents.organelles -
-
Uses of OrganelleTypes in bio.singa.simulation.model.agents.organelles
Methods in bio.singa.simulation.model.agents.organelles that return OrganelleTypes Modifier and Type Method Description static OrganelleTypesOrganelleTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static OrganelleTypes[]OrganelleTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-