6 #ifndef COPASI_CMathDependencyGraph
7 #define COPASI_CMathDependencyGraph
21 typedef std::map< const CObjectInterface *, CMathDependencyNode * >
NodeMap;
61 void exportDOTFormat(std::ostream & os,
const std::string & name)
const;
72 #endif // COPASI_CMathDependencyGraph
NodeMap::iterator iterator
std::map< const CObjectInterface *, CMathDependencyNode * > NodeMap
NodeMap::const_iterator const_iterator
bool getUpdateSequence(const CMath::SimulationContextFlag &context, const CObjectInterface::ObjectSet &changedObjects, const CObjectInterface::ObjectSet &requestedObjects, CObjectInterface::UpdateSequence &updateSequence)
void exportDOTFormat(std::ostream &os, const std::string &name) const
std::set< const CObjectInterface * > ObjectSet
iterator addObject(const CObjectInterface *pObject)
std::string getDOTNodeId(const CObjectInterface *pObject) const
std::vector< CObjectInterface * > UpdateSequence
std::map< const CObjectInterface *, size_t > mObject2Index