UpDownSignal
The UpDownSignal class is used to calculate the effect of an output signal according to multivariate Hill’s law based on multiple input effect signals. Methods in this class are used to calculate the influence of rules.
To import this class use:
import ru.biosoft.physicell.core.standard.UpDownSignal
All members of the UpDownSignal class are shown below.
Class member |
Description |
|---|---|
UpDownSignal sig = new UpDownSignal(Model model) |
|
double baseParameter |
|
double maxParameter |
|
void addEffect(double value, String direction) |
value - value.
direction - direction*.
*Possible direction values:
“n (N)” - neutral,
“i (I)” - inhibitor,
“p (P)” - promoter.
Adds an effect with value and direction.
Example of usage.
|
void computeEffect() |
|
void reset() |