VALIDATE_MATLAB_SBML_STRUCTURES
This folder contains tests that checks that the structure supplied as argument
is of the appropriate form to represent the intended element of an SBML model.
Each check tests that the fields supplied within the structure match the fields
expected for an element of that type and SBML Level and Version.
Function are:
[valid, message] = isSBML_AlgebraicRule(SBMLAlgebraicRule, level, version(optional))
Takes
- SBMLAlgebraicRule, an SBML AlgebraicRule structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML AlgebraicRule structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML AlgebraicRule structure of the appropriate
level and version can be found using getAlgebraicRuleFieldnames(level, version)
[valid, message] = isSBML_AssignmentRule(SBMLAssignmentRule, level, version(optional))
Takes
- SBMLAssignmentRule, an SBML AssignmentRule structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML AssignmentRule structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML AssignmentRule structure of the appropriate
level and version can be found using getAssignmentRuleFieldnames(level, version)
[valid, message] = isSBML_Compartment(SBMLCompartment, level, version(optional))
Takes
- SBMLCompartment, an SBML Compartment structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Compartment structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML Compartment structure of the appropriate
level and version can be found using getCompartmentFieldnames(level, version)
[valid, message] = isSBML_CompartmentType(SBMLCompartmentType, level, version(optional))
Takes
- SBMLCompartmentType, an SBML CompartmentType structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML CompartmentType structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML CompartmentType structure of the appropriate
level and version can be found using getCompartmentTypeFieldnames(level, version)
[valid, message] = isSBML_CompartmentVolumeRule(SBMLCompartmentVolumeRule, level, version(optional))
Takes
- SBMLCompartmentVolumeRule, an SBML CompartmentVolumeRule structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML CompartmentVolumeRule structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML CompartmentVolumeRule structure of the appropriate
level and version can be found using getCompartmentVolumeRuleFieldnames(level, version)
[valid, message] = isSBML_Constraint(SBMLConstraint, level, version(optional))
Takes
- SBMLConstraint, an SBML Constraint structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Constraint structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML Constraint structure of the appropriate
level and version can be found using getConstraintFieldnames(level, version)
[valid, message] = isSBML_Delay(SBMLDelay, level, version(optional))
Takes
- SBMLDelay, an SBML Delay structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Delay structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML Delay structure of the appropriate
level and version can be found using getDelayFieldnames(level, version)
[valid, message] = isSBML_Event(SBMLEvent, level, version(optional))
Takes
- SBMLEvent, an SBML Event structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Event structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML Event structure of the appropriate
level and version can be found using getEventFieldnames(level, version)
[valid, message] = isSBML_EventAssignment(SBMLEventAssignment, level, version(optional))
Takes
- SBMLEventAssignment, an SBML EventAssignment structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML EventAssignment structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML EventAssignment structure of the appropriate
level and version can be found using getEventAssignmentFieldnames(level, version)
[valid, message] = isSBML_FunctionDefinition(SBMLFunctionDefinition, level, version(optional))
Takes
- SBMLFunctionDefinition, an SBML FunctionDefinition structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML FunctionDefinition structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML FunctionDefinition structure of the appropriate
level and version can be found using getFunctionDefinitionFieldnames(level, version)
[valid, message] = isSBML_InitialAssignment(SBMLInitialAssignment, level, version(optional))
Takes
- SBMLInitialAssignment, an SBML InitialAssignment structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML InitialAssignment structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML InitialAssignment structure of the appropriate
level and version can be found using getInitialAssignmentFieldnames(level, version)
[valid, message] = isSBML_KineticLaw(SBMLKineticLaw, level, version(optional))
Takes
- SBMLKineticLaw, an SBML KineticLaw structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML KineticLaw structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML KineticLaw structure of the appropriate
level and version can be found using getKineticLawFieldnames(level, version)
[valid, message] = isSBML_LocalParameter(SBMLLocalParameter, level, version(optional))
Takes
- SBMLLocalParameter, an SBML LocalParameter structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML LocalParameter structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML LocalParameter structure of the appropriate
level and version can be found using getLocalParameterFieldnames(level, version)
[valid, message] = isSBML_Model(SBMLModel)
Takes
- SBMLModel, an SBML Model structure
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Model structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: The fields present in a MATLAB_SBML Model structure of the appropriate
level and version can be found using getModelFieldnames(level, version)
[valid, message] = isSBML_ModifierSpeciesReference(SBMLModifierSpeciesReference, level, version(optional))
Takes
- SBMLModifierSpeciesReference, an SBML ModifierSpeciesReference structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML ModifierSpeciesReference structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML ModifierSpeciesReference structure of the appropriate
level and version can be found using getModifierSpeciesReferenceFieldnames(level, version)
[valid, message] = isSBML_Parameter(SBMLParameter, level, version(optional))
Takes
- SBMLParameter, an SBML Parameter structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Parameter structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML Parameter structure of the appropriate
level and version can be found using getParameterFieldnames(level, version)
[valid, message] = isSBML_ParameterRule(SBMLParameterRule, level, version(optional))
Takes
- SBMLParameterRule, an SBML ParameterRule structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML ParameterRule structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML ParameterRule structure of the appropriate
level and version can be found using getParameterRuleFieldnames(level, version)
[valid, message] = isSBML_Priority(SBMLPriority, level, version(optional))
Takes
- SBMLPriority, an SBML Priority structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Priority structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML Priority structure of the appropriate
level and version can be found using getPriorityFieldnames(level, version)
[valid, message] = isSBML_RateRule(SBMLRateRule, level, version(optional))
Takes
- SBMLRateRule, an SBML RateRule structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML RateRule structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML RateRule structure of the appropriate
level and version can be found using getRateRuleFieldnames(level, version)
[valid, message] = isSBML_Reaction(SBMLReaction, level, version(optional))
Takes
- SBMLReaction, an SBML Reaction structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Reaction structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML Reaction structure of the appropriate
level and version can be found using getReactionFieldnames(level, version)
[valid, message] = isSBML_Rule(SBMLRule, level, version(optional))
Takes
- SBMLRule, an SBML Rule structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Rule structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML Rule structure of the appropriate
level and version can be found using getRuleFieldnames(level, version)
[valid, message] = isSBML_Species(SBMLSpecies, level, version(optional))
Takes
- SBMLSpecies, an SBML Species structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Species structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML Species structure of the appropriate
level and version can be found using getSpeciesFieldnames(level, version)
[valid, message] = isSBML_SpeciesConcentrationRule(SBMLSpeciesConcentrationRule, level, version(optional))
Takes
- SBMLSpeciesConcentrationRule, an SBML SpeciesConcentrationRule structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML SpeciesConcentrationRule structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML SpeciesConcentrationRule structure of the appropriate
level and version can be found using getSpeciesConcentrationRuleFieldnames(level, version)
[valid, message] = isSBML_SpeciesReference(SBMLSpeciesReference, level, version(optional))
Takes
- SBMLSpeciesReference, an SBML SpeciesReference structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML SpeciesReference structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML SpeciesReference structure of the appropriate
level and version can be found using getSpeciesReferenceFieldnames(level, version)
[valid, message] = isSBML_SpeciesType(SBMLSpeciesType, level, version(optional))
Takes
- SBMLSpeciesType, an SBML SpeciesType structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML SpeciesType structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML SpeciesType structure of the appropriate
level and version can be found using getSpeciesTypeFieldnames(level, version)
[valid, message] = isSBML_StoichiometryMath(SBMLStoichiometryMath, level, version(optional))
Takes
- SBMLStoichiometryMath, an SBML StoichiometryMath structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML StoichiometryMath structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML StoichiometryMath structure of the appropriate
level and version can be found using getStoichiometryMathFieldnames(level, version)
[valid, message] = isSBML_Trigger(SBMLTrigger, level, version(optional))
Takes
- SBMLTrigger, an SBML Trigger structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Trigger structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML Trigger structure of the appropriate
level and version can be found using getTriggerFieldnames(level, version)
[valid, message] = isSBML_Unit(SBMLUnit, level, version(optional))
Takes
- SBMLUnit, an SBML Unit structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Unit structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML Unit structure of the appropriate
level and version can be found using getUnitFieldnames(level, version)
[valid, message] = isSBML_UnitDefinition(SBMLUnitDefinition, level, version(optional))
Takes
- SBMLUnitDefinition, an SBML UnitDefinition structure
- level, an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML UnitDefinition structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML UnitDefinition structure of the appropriate
level and version can be found using getUnitDefinitionFieldnames(level, version)
[valid, message] = isValid(SBMLStruct, level(optional), version(optional))
Takes
- SBMLStruct, an SBML structure
- level (optional), an integer representing an SBML level
- version (optional), an integer representing an SBML version
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: the optional level defaults to a value of 3
NOTE: the optional version defaults to a value of 1
NOTE: The fields present in a MATLAB_SBML structure of the appropriate
level and version can be found using getFieldnames(typecode, level, version)
[valid, message] = isSBML_Model(SBMLModel)
Takes
- SBMLModel, an SBML Model structure
Returns
- valid =
- 1, if the structure represents
a MATLAB_SBML Model structure of the appropriate
level and version
- 0, otherwise
- a message explaining any failure
NOTE: The fields present in a MATLAB_SBML Model structure of the appropriate
level and version can be found using getModelFieldnames(level, version)