Home
last modified time | relevance | path

Searched refs:renameSIdRefs (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/test/
H A DTestRenameIDs.cpp83 obj->renameSIdRefs("comp", "comp_new"); in START_TEST()
84 obj->renameSIdRefs("C", "C_new"); in START_TEST()
85 obj->renameSIdRefs("conv", "conv_new"); in START_TEST()
86 obj->renameSIdRefs("b", "b_new"); in START_TEST()
87 obj->renameSIdRefs("b2", "b2_new"); in START_TEST()
88 obj->renameSIdRefs("x", "x_new"); in START_TEST()
89 …obj->renameSIdRefs("y", "y_new"); //The 'y' here in the function definition not actually an SId, s… in START_TEST()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/test/
H A DTestRenameIDs.cpp83 obj->renameSIdRefs("comp", "comp_new"); in START_TEST()
84 obj->renameSIdRefs("C", "C_new"); in START_TEST()
85 obj->renameSIdRefs("conv", "conv_new"); in START_TEST()
86 obj->renameSIdRefs("b", "b_new"); in START_TEST()
87 obj->renameSIdRefs("b2", "b2_new"); in START_TEST()
88 obj->renameSIdRefs("x", "x_new"); in START_TEST()
89 …obj->renameSIdRefs("y", "y_new"); //The 'y' here in the function definition not actually an SId, s… in START_TEST()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/sbml/
H A DReplacing.cpp236 Replacing::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in Replacing
240 SBaseRef::renameSIdRefs(oldid, newid); in renameSIdRefs()
427 newkl.renameSIdRefs(oldid, newid); in updateIDs()
435 replacedmod->renameSIdRefs(oldnames->getId(), newnames->getId()); in updateIDs()
442 element->renameSIdRefs(oldid, newid); in updateIDs()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/
H A DStoichiometryMath.cpp273 StoichiometryMath::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in StoichiometryMath
275 SBase::renameSIdRefs(oldid, newid); in renameSIdRefs()
277 mMath->renameSIdRefs(oldid, newid); in renameSIdRefs()
H A DPriority.cpp279 Priority::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in Priority
281 SBase::renameSIdRefs(oldid, newid); in renameSIdRefs()
283 mMath->renameSIdRefs(oldid, newid); in renameSIdRefs()
H A DDelay.cpp420 Delay::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in Delay
422 SBase::renameSIdRefs(oldid, newid); in renameSIdRefs()
424 mMath->renameSIdRefs(oldid, newid); in renameSIdRefs()
H A DAssignmentRule.cpp131 AssignmentRule::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in AssignmentRule
133 Rule::renameSIdRefs(oldid, newid); in renameSIdRefs()
H A DRateRule.cpp506 RateRule::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in RateRule
508 Rule::renameSIdRefs(oldid, newid); in renameSIdRefs()
H A DTrigger.cpp716 Trigger::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in Trigger
718 SBase::renameSIdRefs(oldid, newid); in renameSIdRefs()
720 mMath->renameSIdRefs(oldid, newid); in renameSIdRefs()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/
H A DStoichiometryMath.cpp273 StoichiometryMath::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in StoichiometryMath
275 SBase::renameSIdRefs(oldid, newid); in renameSIdRefs()
277 mMath->renameSIdRefs(oldid, newid); in renameSIdRefs()
H A DPriority.cpp279 Priority::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in Priority
281 SBase::renameSIdRefs(oldid, newid); in renameSIdRefs()
283 mMath->renameSIdRefs(oldid, newid); in renameSIdRefs()
H A DDelay.cpp420 Delay::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in Delay
422 SBase::renameSIdRefs(oldid, newid); in renameSIdRefs()
424 mMath->renameSIdRefs(oldid, newid); in renameSIdRefs()
H A DAssignmentRule.cpp131 AssignmentRule::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in AssignmentRule
133 Rule::renameSIdRefs(oldid, newid); in renameSIdRefs()
H A DRateRule.cpp506 RateRule::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in RateRule
508 Rule::renameSIdRefs(oldid, newid); in renameSIdRefs()
H A DTrigger.cpp716 Trigger::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in Trigger
718 SBase::renameSIdRefs(oldid, newid); in renameSIdRefs()
720 mMath->renameSIdRefs(oldid, newid); in renameSIdRefs()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/multi/extension/
H A DMultiASTPlugin.cpp385 MultiASTPlugin::renameSIdRefs(const std::string& oldid, const std::string& newid) in renameSIdRefs() function in MultiASTPlugin
387 ASTBasePlugin::renameSIdRefs(oldid, newid); in renameSIdRefs()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/
H A Dlocal-packages-comp.i187 %typemap(cstype) _CNAME_* _CNAME_::renameSIdRefs "_CNAME_"
188 %csmethodmodifiers _CNAME_::renameSIdRefs "public new"
/dports/biology/libsbml/libsbml-5.19.0/examples/perl/
H A DrenameSId.pl87 $current->renameSIdRefs($ARGV[2], $ARGV[3]);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/perl/
H A DrenameSId.pl87 $current->renameSIdRefs($ARGV[2], $ARGV[3]);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/python/
H A DrenameSId.py76 allElements.get(i).renameSIdRefs(oldSId, newSId)
/dports/biology/libsbml/libsbml-5.19.0/examples/python/
H A DrenameSId.py76 allElements.get(i).renameSIdRefs(oldSId, newSId)
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DAssignmentRule.java472 void renameSIdRefs(String oldid, String newid) { in renameSIdRefs() method in AssignmentRule
H A DRateRule.java437 void renameSIdRefs(String oldid, String newid) { in renameSIdRefs() method in RateRule
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/c++/
H A DrenameSId.cpp128 static_cast<SBase*>(allElements->get(i))->renameSIdRefs(oldSId, newSId); in main()
/dports/biology/libsbml/libsbml-5.19.0/examples/c++/
H A DrenameSId.cpp128 static_cast<SBase*>(allElements->get(i))->renameSIdRefs(oldSId, newSId); in main()

12345678910>>...17