Class Summary |
BoundaryRule |
Implements the rule that the "leftSide" must be greater than or less than the
ratio of two products of input parameters. |
DimerHalfMaxRule |
Because of the way things are scaled, dimers can have concentrations more than 1. |
LessThanRule |
Implements the rule that the "SmallerParameter" must be less than the "LargerParameter". |
MultiplyParameterRule |
Implements the manipulation the Parameter's value is multiplied by a constant before
being used in a model. |
ParameterRule |
|
ParameterRuleSet |
|
ProductBetweenRule |
Implements the rule that the product of all the input parameters has to lie between
lowerBound <= product <= upperBound. |
RatioBetweenRule |
Implements the rule that the ratio of two products of input parameters has to lie between
lowerBound <= ratio <= upperBound. |