SignalBehavior
The SignalBehavior class is used to control cell signaling and behavior.
To import this class use:
import ru.biosoft.physicell.core.SignalBehavior
All members of the SignalBehavior class are presented below.
Class member |
Description |
|---|---|
double getSingleSignal(Cell cell, String signal) |
cell - cell.
signal - signal name.
Returns the numerical value of signal signal, which describes one or another aspect of the life of a cell cell.
Example of usage.
|
void setSingleBehavior(Cell cell, String signal, double value) |
cell - cell.
signal - signal name.
value - value.
Sets the value to the signal signal, which describes one or another aspect of the life of the cell cell.
Example of usage.
|