Public Attributes |
attribute wstring | residualPattern |
| The pattern used when generating the residual computations for IDA.
|
attribute wstring | constrainedRateStateInfoPattern |
| The pattern used when generating the 'state' information descriptor, for state variables where there is a constraint on the rate.
|
attribute wstring | unconstrainedRateStateInfoPattern |
| The pattern used when generating the 'state' information descriptor, for state variables where there is no constraint on the rate.
|
attribute wstring | infDelayedRatePattern |
| The pattern used for an 'infinitesimally delayed' rate variable (usually approximated as the value at the previous timestep).
|
attribute wstring | infDelayedStatePattern |
| The pattern used for an 'infinitesimally delayed' state variable (usually approximated as the value at the previous timestep).
|
attribute boolean | trackPiecewiseConditions |
| Whether or not all piecewise conditions should be refactored in terms of special variables which change sign, suitable for use with a rootfinder to restart the integrator.
|
attribute wstring | conditionVariablePattern |
| A pattern for condition variables.
|
attribute wstring | constantPattern |
| The pattern used to generate constant names (if they are not already annotated).
|
attribute wstring | stateVariableNamePattern |
| The pattern used to generate state variable names (if they are not already annotated).
|
attribute wstring | algebraicVariableNamePattern |
| The pattern used to generate algebraic variable names (if they are not already annotated).
|
attribute wstring | rateNamePattern |
| The pattern used to generate rate names (if they are not already annotated).
|
attribute wstring | voiPattern |
| The pattern used to generate variable of integration names (if they are not already annotated).
|
attribute wstring | sampleDensityFunctionPattern |
| The pattern used to generate code for sampling from a density function.
|
attribute wstring | sampleRealisationsPattern |
| The pattern used to generate code for sampling using realisations.
|
attribute wstring | boundVariableName |
| The name to use for the locally bound variable given to the probability density function in the generated code.
|
attribute unsigned long | arrayOffset |
| The offset at which array indices start.
|
attribute wstring | assignPattern |
| The pattern which is used to set variables by assignment.
|
attribute wstring | solvePattern |
| The pattern which is used to compute variables which cannot be set by assignment.
|
attribute wstring | solveNLSystemPattern |
| The pattern which is used to solve a system of n equations in n unknowns.
|
attribute wstring | temporaryVariablePattern |
| The pattern which is used to determine the name of temporary variables when they are required for infinitesimally expressions.
|
attribute wstring | declareTemporaryPattern |
| The pattern used to declare that a temporary variable is in use.
|
attribute wstring | conditionalAssignmentPattern |
| The pattern used when a top-level piecewise statement is encountered.
|
attribute
cellml_services::MaLaESTransform | transform |
| A MaLaES transform to use.
|
attribute cellml_services::CeVAS | useCeVAS |
| The CeVAS association to use.
|
attribute cellml_services::CUSES | useCUSES |
| The CUSES object to use.
|
attribute
cellml_services::AnnotationSet | useAnnoSet |
| The annotation set to use.
|
attribute boolean | allowPassthrough |
| If false, any text entered shall be passed through the MaLaES sanitiser to strip out passthrough text.
|
readonly attribute string | objid |
| Fetches the ID of the object.
|