Home
last modified time | relevance | path

Searched refs:toInfix (Results 1 – 25 of 26) sorted by relevance

12

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/extension/test/
H A DTestFbcAssociation.cpp151 fail_unless(fa_retrieved->toInfix() == infix); in START_TEST()
342 fail_unless(fa->toInfix() == infix); in START_TEST()
450 fail_unless(fa->toInfix() == infix); in START_TEST()
561 std::string out = fa_retrieved->toInfix(); in START_TEST()
563 fail_unless(fa_retrieved->toInfix() == infix); in START_TEST()
655 fail_unless(fa_retrieved->toInfix(true) == infix); in START_TEST()
753 fail_unless(fa_retrieved->toInfix(true) == infix); in START_TEST()
848 fail_unless(fa->toInfix(true) == infix); in START_TEST()
956 fail_unless(fa->toInfix(true) == infix); in START_TEST()
1067 std::string out = fa_retrieved->toInfix(); in START_TEST()
[all …]
H A DTestFbcExtension.cpp363 fail_unless(test->toInfix() == "(F1.F2.F3 or F2.f3.f4)"); in START_TEST()
367 fail_unless(test->toInfix() == "(3.1 or 3.2)"); in START_TEST()
H A DTestWriteFbcExtension.cpp126 fail_unless(test->toInfix() == test2->toInfix()); in START_TEST()
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/test/term/
H A DFunctionTest.cpp33 CHECK(f.parse(text)->toInfix() == "3.000 ^ 2.000 ^ 5.000 - 1.000 / 2.000 * 4.000 + 3.000");
47 CHECK(f.parse(text)->toInfix() == "x / 2.000 ^ x * y sin");
80 CHECK(f.parse(text)->toInfix() == "2.000 / pi ~ sin / 4.000 * 5.000 ~");
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/sbml/
H A DAssociation.cpp407 Association::toInfix() const in toInfix() function in Association
415 str << mAssociations[0]->toInfix(); in toInfix()
419 str << mAssociations[pos]->toInfix(); in toInfix()
429 str << mAssociations[0]->toInfix(); in toInfix()
433 str << mAssociations[pos]->toInfix(); in toInfix()
H A DFbcAnd.cpp272 FbcAnd::toInfix(bool usingId) const in toInfix() function in FbcAnd
278 str << mAssociations.get(0)->toInfix(usingId); in toInfix()
282 str << mAssociations.get((unsigned int)pos)->toInfix(usingId); in toInfix()
H A DFbcOr.cpp284 FbcOr::toInfix(bool usingId) const in toInfix() function in FbcOr
290 str << mAssociations.get(0)->toInfix(usingId); in toInfix()
294 str << mAssociations.get((unsigned int)pos)->toInfix(usingId); in toInfix()
H A DAssociation.h474 std::string toInfix() const;
H A DGeneProductRef.h192 virtual std::string toInfix(bool usingId=false) const;
H A DFbcAnd.h271 virtual std::string toInfix(bool usingId=false) const;
H A DFbcAssociation.h325 virtual std::string toInfix(bool usingId=false) const;
H A DFbcOr.h268 virtual std::string toInfix(bool usingId=false) const;
H A DFbcAssociation.cpp437 FbcAssociation::toInfix(bool usingId) const in toInfix() function in FbcAssociation
1259 return (fa != NULL) ? safe_strdup(fa->toInfix().c_str()) : NULL; in FbcAssociation_toInfix()
H A DGeneProductRef.cpp156 GeneProductRef::toInfix(bool usingId) const in toInfix() function in GeneProductRef
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/src/rule/
H A DAntecedent.cpp385 return toInfix(getExpression()); in toString()
408 std::string Antecedent::toInfix(const Expression* node) const { in toInfix() function in fl::Antecedent
418 ss << toInfix(fuzzyOperator->left) << " " in toInfix()
420 << toInfix(fuzzyOperator->right) << " "; in toInfix()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/python/fbc/
H A Dprint_gene_product_association.py36 print (" Association: %s" % association.toInfix())
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/util/
H A DFbcToCobraConverter.cpp312 infix = association->getAssociation()->toInfix(); in convert()
316 infix = rplug->getGeneProductAssociation()->getAssociation()->toInfix(); in convert()
H A DFbcV2ToV1Converter.cpp121 string infix = rplug->getGeneProductAssociation()->getAssociation()->toInfix(); in convertReactionsToV1()
H A DFbcV1ToV2Converter.cpp270 string infix = ga->getAssociation()->toInfix(); in convertReactionsToV2()
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/fl/rule/
H A DAntecedent.h170 virtual std::string toInfix(const Expression* node = fl::null) const;
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/src/term/
H A DFunction.cpp218 std::string Function::Node::toInfix(const Node* node) const { in toInfix() function in fl::Function::Node
229 ss << this->toInfix(node->left.get()) << " "; in toInfix()
232 ss << " " << this->toInfix(node->right.get()); in toInfix()
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/fl/term/
H A DFunction.h223 virtual std::string toInfix(const Node* node = fl::null) const;
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/matlab/
H A DOutputSBML.cpp1140 …value = static_cast<FbcAssociation*>(base)->toInfix(fbcUsingId);//FbcAssociation_toInfix(static_ca… in getStringValue()
H A DTranslateSBML.cpp1139 …value = static_cast<FbcAssociation*>(base)->toInfix(fbcUsingId);//FbcAssociation_toInfix(static_ca… in getStringValue()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/matlab/
H A DOutputSBML.cpp1140 …value = static_cast<FbcAssociation*>(base)->toInfix(fbcUsingId);//FbcAssociation_toInfix(static_ca… in getStringValue()

12