#include <CMathEnum.h>
|
| typedef std::multimap< std::string, DelayValueData > | DelayData |
| |
| typedef std::multimap< std::string, std::pair< std::string, CMathObject * > > | DelayValueData |
| |
| enum class | EntityType {
Undefined
, Model
, Analysis
, GlobalQuantity
,
Compartment
, Species
, LocalReactionParameter
, StoichiometricCoefficients
,
Reaction
, Moiety
, Event
, Delay
,
__SIZE
} |
| |
| enum class | eStateChange {
FixedEventTarget
, Discontinuity
, State
, EventSimulation
,
ContinuousSimulation
, __SIZE
} |
| |
| enum class | RootToggleType {
NoToggle
, ToggleBoth
, ToggleEquality
, ToggleInequality
,
__SIZE
} |
| |
| enum class | SimulationContext {
Default
, UseMoieties
, UpdateMoieties
, EventHandling
,
DelayValues
, __SIZE
} |
| |
| typedef CFlags< SimulationContext > | SimulationContextFlag |
| |
| enum class | SimulationType {
Undefined
, Fixed
, EventTarget
, Time
,
ODE
, Independent
, Dependent
, Assignment
,
Conversion
, __SIZE
} |
| |
| typedef CFlags< eStateChange > | StateChange |
| |
| enum class | ValueType {
Undefined
, Value
, Rate
, ParticleFlux
,
Flux
, Propensity
, Noise
, ParticleNoise
,
TotalMass
, DependentMass
, Discontinuous
, EventDelay
,
EventPriority
, EventAssignment
, EventTrigger
, EventRoot
,
EventRootState
, DelayValue
, DelayLag
, TransitionTime
,
__SIZE
} |
| |
◆ DelayData
◆ DelayValueData
◆ SimulationContextFlag
◆ StateChange
◆ EntityType
| Enumerator |
|---|
| Undefined | |
| Model | |
| Analysis | |
| GlobalQuantity | |
| Compartment | |
| Species | |
| LocalReactionParameter | |
| StoichiometricCoefficients | |
| Reaction | |
| Moiety | |
| Event | |
| Delay | |
| __SIZE | |
◆ eStateChange
| Enumerator |
|---|
| FixedEventTarget | |
| Discontinuity | |
| State | |
| EventSimulation | |
| ContinuousSimulation | |
| __SIZE | |
◆ RootToggleType
| Enumerator |
|---|
| NoToggle | |
| ToggleBoth | |
| ToggleEquality | |
| ToggleInequality | |
| __SIZE | |
◆ SimulationContext
| Enumerator |
|---|
| Default | |
| UseMoieties | |
| UpdateMoieties | |
| EventHandling | |
| DelayValues | |
| __SIZE | |
◆ SimulationType
| Enumerator |
|---|
| Undefined | |
| Fixed | |
| EventTarget | |
| Time | |
| ODE | |
| Independent | |
| Dependent | |
| Assignment | |
| Conversion | |
| __SIZE | |
◆ ValueType
| Enumerator |
|---|
| Undefined | |
| Value | |
| Rate | |
| ParticleFlux | |
| Flux | |
| Propensity | |
| Noise | |
| ParticleNoise | |
| TotalMass | |
| DependentMass | |
| Discontinuous | |
| EventDelay | |
| EventPriority | |
| EventAssignment | |
| EventTrigger | |
| EventRoot | |
| EventRootState | |
| DelayValue | |
| DelayLag | |
| TransitionTime | |
| __SIZE | |
◆ EntityTypeName
◆ SimulationTypeName
◆ ValueTypeName
The documentation for this class was generated from the following files: