|
libSBML Python API
5.10.0
|
{qual}
qual The core module of the 'qual' package extension.Public Member Functions | |
| def | clone |
| def | getDefaultLevel |
| def | getDefaultPackageVersion |
| def | getDefaultVersion |
| def | getLevel |
| def | getName |
| def | getPackageName |
| def | getPackageVersion |
| def | getSBMLExtensionNamespaces |
| def | getStringFromTypeCode |
| def | getURI |
| def | getVersion |
| def | getXmlnsL3V1V1 |
| def libsbml.QualExtension.clone | ( | self | ) |
Python method signature(s):
clone(QualExtension self)QualExtension
Creates and returns a deep copy of this QualExtension object.
| def libsbml.QualExtension.getDefaultLevel | ( | ) |
Python method signature(s):
getDefaultLevel()long
Returns the default SBML Level this extension.
| def libsbml.QualExtension.getDefaultPackageVersion | ( | ) |
Python method signature(s):
getDefaultPackageVersion()long
Returns the default SBML version this extension.
| def libsbml.QualExtension.getDefaultVersion | ( | ) |
Python method signature(s):
getDefaultVersion()long
Returns the default SBML Version this extension.
| def libsbml.QualExtension.getLevel | ( | self, | |
| args | |||
| ) |
Python method signature(s):
getLevel(QualExtension self, string uri)long
Returns the SBML Level for the given URI of this package.
| uri | the string of URI that represents one of versions of the “qual” package |
0 if the given URI is invalid. | def libsbml.QualExtension.getName | ( | self | ) |
Python method signature(s):
getName(QualExtension self)string
Returns the name of this package ('qual')
| def libsbml.QualExtension.getPackageName | ( | ) |
{qual}
qual The core module of the 'qual' package extension. Python method signature(s):getPackageName()string
Returns the package name of this extension.
| def libsbml.QualExtension.getPackageVersion | ( | self, | |
| args | |||
| ) |
Python method signature(s):
getPackageVersion(QualExtension self, string uri)long
Returns the package version for the given URI of this package.
| uri | the string of URI that represents one of versions of the “qual” package |
0 if the given URI is invalid. | def libsbml.QualExtension.getSBMLExtensionNamespaces | ( | self, | |
| args | |||
| ) |
Python method signature(s):
getSBMLExtensionNamespaces(QualExtension self, string uri)SBMLNamespaces
Returns an QualPkgNamespaces object.
| uri | the string of URI that represents one of versions of the “qual” package |
uri, or None if the URI is not defined in the Hierarchical Model Qualosition package. | def libsbml.QualExtension.getStringFromTypeCode | ( | self, | |
| args | |||
| ) |
Python method signature(s):
getStringFromTypeCode(QualExtension self, int typeCode)string *
Takes a type code of the “qual” package and returns a string describing the code.
| def libsbml.QualExtension.getURI | ( | self, | |
| args | |||
| ) |
Python method signature(s):
getURI(QualExtension self, long sbmlLevel, long sbmlVersion, long pkgVersion)string
Returns the namespace URI corresponding to the combination of the given SBML Level, Version, and package version.
| sbmlLevel | the level of SBML |
| sbmlVersion | the version of SBML |
| pkgVersion | the version of package |
| def libsbml.QualExtension.getVersion | ( | self, | |
| args | |||
| ) |
Python method signature(s):
getVersion(QualExtension self, string uri)long
Returns the SBML Version for the given URI of this package.
| uri | the string of URI that represents one of versions of the “qual” package |
0 if the given URI is invalid. | def libsbml.QualExtension.getXmlnsL3V1V1 | ( | ) |
Python method signature(s):
getXmlnsL3V1V1()string
Returns URI of supported versions of this package.