Home
last modified time | relevance | path

Searched refs:astKoff (Results 1 – 18 of 18) sorted by relevance

/dports/biology/libsbml/libsbml-5.19.0/examples/php/
H A DcreateExampleSBML.php256 $astKoff = new ASTNode(AST_NAME);
257 $astKoff->setName("koff");
281 $astTimes1->addChild($astKoff);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/php/
H A DcreateExampleSBML.php256 $astKoff = new ASTNode(AST_NAME);
257 $astKoff->setName("koff");
281 $astTimes1->addChild($astKoff);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/c/
H A DcreateExampleSBML.c172 ASTNode_t* astKoff; in createExampleEnzymaticReaction() local
419 astKoff = ASTNode_createWithType(AST_NAME); in createExampleEnzymaticReaction()
420 ASTNode_setName( astKoff, "koff"); in createExampleEnzymaticReaction()
444 ASTNode_addChild( astTimes1, astKoff); in createExampleEnzymaticReaction()
/dports/biology/libsbml/libsbml-5.19.0/examples/c/
H A DcreateExampleSBML.c172 ASTNode_t* astKoff; in createExampleEnzymaticReaction() local
419 astKoff = ASTNode_createWithType(AST_NAME); in createExampleEnzymaticReaction()
420 ASTNode_setName( astKoff, "koff"); in createExampleEnzymaticReaction()
444 ASTNode_addChild( astTimes1, astKoff); in createExampleEnzymaticReaction()
/dports/biology/libsbml/libsbml-5.19.0/examples/r/
H A DcreateExampleSBML.R318 astKoff = ASTNode("AST_NAME"); functionVar
319 ASTNode_setName( astKoff, "koff");
343 ASTNode_addChild( astTimes1, astKoff);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/r/
H A DcreateExampleSBML.R318 astKoff = ASTNode("AST_NAME"); functionVar
319 ASTNode_setName( astKoff, "koff");
343 ASTNode_addChild( astTimes1, astKoff);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/ruby/
H A DcreateExampleSBML.rb316 astKoff = LibSBML::ASTNode.new(LibSBML::AST_NAME)
317 astKoff.setName("koff")
341 astTimes1.addChild(astKoff)
/dports/biology/libsbml/libsbml-5.19.0/examples/ruby/
H A DcreateExampleSBML.rb316 astKoff = LibSBML::ASTNode.new(LibSBML::AST_NAME)
317 astKoff.setName("koff")
341 astTimes1.addChild(astKoff)
/dports/biology/libsbml/libsbml-5.19.0/examples/python/
H A DcreateExampleSBML.py315 astKoff = ASTNode(AST_NAME)
316 astKoff.setName("koff")
339 astTimes1.addChild(astKoff)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/python/
H A DcreateExampleSBML.py315 astKoff = ASTNode(AST_NAME)
316 astKoff.setName("koff")
339 astTimes1.addChild(astKoff)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/perl/
H A DcreateExampleSBML.pl327 $astKoff = new LibSBML::ASTNode($LibSBML::AST_NAME);
328 $astKoff->setName("koff");
352 $astTimes1->addChild($astKoff);
/dports/biology/libsbml/libsbml-5.19.0/examples/perl/
H A DcreateExampleSBML.pl327 $astKoff = new LibSBML::ASTNode($LibSBML::AST_NAME);
328 $astKoff->setName("koff");
352 $astTimes1->addChild($astKoff);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/c++/
H A DcreateExampleSBML.cpp415 ASTNode* astKoff = new ASTNode(AST_NAME); in createExampleEnzymaticReaction() local
416 astKoff->setName("koff"); in createExampleEnzymaticReaction()
440 astTimes1->addChild(astKoff); in createExampleEnzymaticReaction()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/csharp/
H A DcreateExampleSBML.cs389 ASTNode astKoff = new ASTNode(libsbml.AST_NAME); in createExampleEnzymaticReaction()
390 astKoff.setName("koff"); in createExampleEnzymaticReaction()
414 astTimes1.addChild(astKoff); in createExampleEnzymaticReaction()
/dports/biology/libsbml/libsbml-5.19.0/examples/c++/
H A DcreateExampleSBML.cpp415 ASTNode* astKoff = new ASTNode(AST_NAME); in createExampleEnzymaticReaction() local
416 astKoff->setName("koff"); in createExampleEnzymaticReaction()
440 astTimes1->addChild(astKoff); in createExampleEnzymaticReaction()
/dports/biology/libsbml/libsbml-5.19.0/examples/csharp/
H A DcreateExampleSBML.cs389 ASTNode astKoff = new ASTNode(libsbml.AST_NAME); in createExampleEnzymaticReaction()
390 astKoff.setName("koff"); in createExampleEnzymaticReaction()
414 astTimes1.addChild(astKoff); in createExampleEnzymaticReaction()
/dports/biology/libsbml/libsbml-5.19.0/examples/java/
H A DcreateExampleSBML.java411 ASTNode astKoff = new ASTNode(libsbml.AST_NAME); in createExampleEnzymaticReaction() local
412 astKoff.setName("koff"); in createExampleEnzymaticReaction()
435 astTimes1.addChild(astKoff); in createExampleEnzymaticReaction()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/java/
H A DcreateExampleSBML.java411 ASTNode astKoff = new ASTNode(libsbml.AST_NAME); in createExampleEnzymaticReaction() local
412 astKoff.setName("koff"); in createExampleEnzymaticReaction()
435 astTimes1.addChild(astKoff); in createExampleEnzymaticReaction()