Home
last modified time | relevance | path

Searched defs:getReactant (Results 1 – 8 of 8) sorted by relevance

/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A DReaction.cs2025 SpeciesReference getReactant(long n) { in getReactant() method in libsbmlcs.Reaction
2042 SpeciesReference getReactant(string species) { in getReactant() method in libsbmlcs.Reaction
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A DReaction.cs2011 SpeciesReference getReactant(long n) { in getReactant() method in libsbml.Reaction
2028 SpeciesReference getReactant(string species) { in getReactant() method in libsbml.Reaction
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DReaction.java1891 SpeciesReference getReactant(long n) { in getReactant() method in Reaction
1907 SpeciesReference getReactant(String species) { in getReactant() method in Reaction
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/
H A DReaction.cpp1148 Reaction::getReactant (unsigned int n) const in getReactant() function in Reaction
1158 Reaction::getReactant (unsigned int n) in getReactant() function in Reaction
1169 Reaction::getReactant (const std::string& species) const in getReactant() function in Reaction
1181 Reaction::getReactant (const std::string& species) in getReactant() function in Reaction
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/
H A DReaction.cpp1148 Reaction::getReactant (unsigned int n) const in getReactant() function in Reaction
1158 Reaction::getReactant (unsigned int n) in getReactant() function in Reaction
1169 Reaction::getReactant (const std::string& species) const in getReactant() function in Reaction
1181 Reaction::getReactant (const std::string& species) in getReactant() function in Reaction
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/multi/sbml/
H A DSpeciesTypeComponentMapInProduct.cpp151 SpeciesTypeComponentMapInProduct::getReactant() const in getReactant() function in SpeciesTypeComponentMapInProduct
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/python/
H A Dlibsbml-doxygen.py34315 def getReactant(self, *args): member in Reaction
H A Dlibsbml.py32796 def getReactant(self, *args): member in Reaction