Home
last modified time | relevance | path

Searched refs:getListOfRules (Results 1 – 25 of 81) sorted by relevance

1234

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/test/
H A DTestReadFromFileL3V2_2.cpp121 fail_unless(m->getListOfRules()->isSetAnnotation() == false); in START_TEST()
122 fail_unless(m->getListOfRules()->isSetNotes() == true); in START_TEST()
239 fail_unless(m->getListOfRules()->isSetAnnotation() == false); in START_TEST()
240 fail_unless(m->getListOfRules()->isSetNotes() == true); in START_TEST()
H A DTestSBMLParentObject.cpp370 ListOf *lo = m->getListOfRules(); in START_TEST()
809 ListOf *lo = m->getListOfRules(); in START_TEST()
825 ListOf *lo = m->getListOfRules(); in START_TEST()
841 ListOf *lo = m->getListOfRules(); in START_TEST()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/test/
H A DTestReadFromFileL3V2_2.cpp121 fail_unless(m->getListOfRules()->isSetAnnotation() == false); in START_TEST()
122 fail_unless(m->getListOfRules()->isSetNotes() == true); in START_TEST()
239 fail_unless(m->getListOfRules()->isSetAnnotation() == false); in START_TEST()
240 fail_unless(m->getListOfRules()->isSetNotes() == true); in START_TEST()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/validator/constraints/
H A DReportEmptyListOf.cpp108 if (isEmptyListOf(m.getListOfRules())) in check_()
110 logEmptyList(m.getListOfRules(), m); in check_()
H A DIdNameNewOnSBase.cpp101 checkObject(m.getListOfRules()); in check_()
H A DDuplicateTopLevelAnnotation.cpp179 (*(object.getListOfRules()))); in check_()
H A DUniqueIdsInModel.cpp206 doCheckId(*m.getListOfRules()); in doAllIdCheck()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/validator/constraints/
H A DReportEmptyListOf.cpp108 if (isEmptyListOf(m.getListOfRules())) in check_()
110 logEmptyList(m.getListOfRules(), m); in check_()
H A DIdNameNewOnSBase.cpp101 checkObject(m.getListOfRules()); in check_()
H A DDuplicateTopLevelAnnotation.cpp179 (*(object.getListOfRules()))); in check_()
H A DUniqueIdsInModel.cpp206 doCheckId(*m.getListOfRules()); in doAllIdCheck()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/perl/
H A Dlist_of_fix.i166 Model::getListOfRules()
168 sub getListOfRules {
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/perl/
H A Dlist_of_fix.i166 Model::getListOfRules()
168 sub getListOfRules {
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/test/sbml/
H A DTestSBMLParentObject.rb39 lo = m.getListOfRules()
48 lo = m.getListOfRules()
443 lo = m.getListOfRules()
501 lo = m.getListOfRules()
H A DTestAncestor.rb39 lo = m.getListOfRules()
54 lo = m.getListOfRules()
480 lo = m.getListOfRules()
528 lo = m.getListOfRules()
H A DTestReadFromFile5.rb114 lor = m.getListOfRules()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/test/sbml/
H A DTestSBMLParentObject.rb39 lo = m.getListOfRules()
48 lo = m.getListOfRules()
443 lo = m.getListOfRules()
501 lo = m.getListOfRules()
H A DTestAncestor.rb39 lo = m.getListOfRules()
54 lo = m.getListOfRules()
480 lo = m.getListOfRules()
528 lo = m.getListOfRules()
H A DTestReadFromFile5.rb114 lor = m.getListOfRules()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/test/sbml/
H A DTestSBMLParentObject.cs135 ListOf lo = m.getListOfRules(); in test_AlgebraicRule_parent_create()
145 ListOf lo = m.getListOfRules(); in test_AssignmentRule_parent_create()
575 ListOf lo = m.getListOfRules(); in test_RateRule_parent_create()
637 ListOf lo = m.getListOfRules(); in test_Rule_parent_add()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/test/sbml/
H A DTestSBMLParentObject.cs135 ListOf lo = m.getListOfRules(); in test_AlgebraicRule_parent_create()
145 ListOf lo = m.getListOfRules(); in test_AssignmentRule_parent_create()
575 ListOf lo = m.getListOfRules(); in test_RateRule_parent_create()
637 ListOf lo = m.getListOfRules(); in test_Rule_parent_add()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestSBMLParentObject.java130 ListOf lo = m.getListOfRules(); in test_AlgebraicRule_parent_create()
140 ListOf lo = m.getListOfRules(); in test_AssignmentRule_parent_create()
570 ListOf lo = m.getListOfRules(); in test_RateRule_parent_create()
632 ListOf lo = m.getListOfRules(); in test_Rule_parent_add()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestSBMLParentObject.java130 ListOf lo = m.getListOfRules(); in test_AlgebraicRule_parent_create()
140 ListOf lo = m.getListOfRules(); in test_AssignmentRule_parent_create()
570 ListOf lo = m.getListOfRules(); in test_RateRule_parent_create()
632 ListOf lo = m.getListOfRules(); in test_Rule_parent_add()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/test/sbml/
H A DTestSBMLParentObject.py43 lo = m.getListOfRules()
52 lo = m.getListOfRules()
447 lo = m.getListOfRules()
505 lo = m.getListOfRules()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/python/test/sbml/
H A DTestSBMLParentObject.py43 lo = m.getListOfRules()
52 lo = m.getListOfRules()
447 lo = m.getListOfRules()
505 lo = m.getListOfRules()

1234