Definition at line 1229 of file CMathObject.cpp.
References CMath::Analysis, CMath::Assignment, CEvaluationNode::buildInfix(), CMath::Compartment, CMath::Conversion, CMath::Dependent, CMath::DependentMass, CMath::Discontinuous, CMath::EntityTypeUndefined, CMath::Event, CMath::EventAssignment, CMath::EventDelay, CMath::EventPriority, CMath::EventRoot, CMath::EventRootState, CMath::EventTarget, CMath::EventTrigger, CMath::Fixed, CMath::Flux, CMathObject::getCN(), CCopasiObject::getCN(), CEvaluationTree::getRoot(), CMath::GlobalQuantity, CMath::Independent, CMath::LocalReactionParameter, CMathObject::mEntityType, CMathObject::mIsInitialValue, CMathObject::mIsIntensiveProperty, CMath::Model, CMath::Moiety, CMathObject::mpDataObject, CMathObject::mpExpression, CMathObject::mpIntensiveProperty, CMathObject::mpValue, CMathObject::mSimulationType, CMathObject::mValueType, CMath::ODE, CMath::ParticleFlux, CMath::Propensity, CMath::Rate, CMath::Reaction, CMath::SimulationTypeUndefined, CMath::Species, CMath::StoichiometricCoefficients, CMath::Time, CMath::TotalMass, CMath::Value, and CMath::ValueTypeUndefined.
1237 os <<
"Data Object = NULL" << std::endl;
1240 os <<
" Pointer: " << &o << std::endl;
1241 os <<
" Value Type: ";
1246 os <<
"ValueTypeUndefined" << std::endl;
1250 os <<
"Value" << std::endl;
1254 os <<
"ValueRate" << std::endl;
1258 os <<
"ParticleFlux" << std::endl;
1262 os <<
"Flux" << std::endl;
1266 os <<
"Propensity" << std::endl;
1270 os <<
"TotalMass" << std::endl;
1274 os <<
"DependentMass" << std::endl;
1278 os <<
"Discontinuous" << std::endl;
1282 os <<
"EventDelay" << std::endl;
1286 os <<
"EventPriority" << std::endl;
1290 os <<
"EventAssignment" << std::endl;
1294 os <<
"EventTrigger" << std::endl;
1298 os <<
"EventRoot" << std::endl;
1302 os <<
"EventRootState" << std::endl;
1306 os <<
" Simulation Type: ";
1311 os <<
"SimulationTypeUndefined" << std::endl;
1315 os <<
"Fixed" << std::endl;
1319 os <<
"EventTarget" << std::endl;
1323 os <<
"Time" << std::endl;
1327 os <<
"ODE" << std::endl;
1331 os <<
"Independent" << std::endl;
1335 os <<
"Dependent" << std::endl;
1339 os <<
"Assignment" << std::endl;
1343 os <<
"Conversion" << std::endl;
1347 os <<
" Entity Type: ";
1352 os <<
"EntityTypeUndefined" << std::endl;
1356 os <<
"Model" << std::endl;
1360 os <<
"Analysis" << std::endl;
1364 os <<
"GlobalQuantity" << std::endl;
1368 os <<
"Compartment" << std::endl;
1372 os <<
"Species" << std::endl;
1376 os <<
"LocalReactionParameter" << std::endl;
1380 os <<
"StoichiometricCoefficients" << std::endl;
1384 os <<
"Reaction" << std::endl;
1388 os <<
"Moiety" << std::endl;
1392 os <<
"Event" << std::endl;
1398 os <<
" Is Initial Value: " << (o.
mIsInitialValue ?
"true" :
"false") << std::endl;
1400 os <<
" Intensive Property: ";
1408 os <<
"NULL" << std::endl;
1411 os <<
" Value: " << *o.
mpValue <<
" (" << o.
mpValue <<
")" << std::endl;
1413 os <<
" Expression: ";
1421 os <<
"NULL" << std::endl;
virtual CCopasiObjectName getCN() const
const CMathObject * mpIntensiveProperty
std::string buildInfix() const
virtual CCopasiObjectName getCN() const
bool mIsIntensiveProperty
CMath::EntityType mEntityType
CMath::ValueType mValueType
const CCopasiObject * mpDataObject
CMathExpression * mpExpression
CEvaluationNode * getRoot()
CMath::SimulationType mSimulationType