libSBML Python API  5.10.0
 All Classes Namespaces Files Functions Variables Modules Pages
libsbml.QualExtension Class Reference
Inheritance diagram for libsbml.QualExtension:
[legend]

Detailed Description

{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
 

Member Function Documentation

def libsbml.QualExtension.clone (   self)

Python method signature(s):

clone(QualExtension self)   QualExtension

Creates and returns a deep copy of this QualExtension object.

Returns
a (deep) copy of this SBase 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.

Parameters
urithe string of URI that represents one of versions of the “qual” package
Returns
the SBML Level with the given URI of this package, or 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')

Returns
a string representing 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.

Parameters
urithe string of URI that represents one of versions of the “qual” package
Returns
the package version with the given URI of this package, or 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.

Parameters
urithe string of URI that represents one of versions of the “qual” package
Returns
an QualPkgNamespace object corresponding to the given 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.

Parameters
sbmlLevelthe level of SBML
sbmlVersionthe version of SBML
pkgVersionthe version of package
Returns
a string of the package URI, or an empty string if no corresponding URI exists.
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.

Parameters
urithe string of URI that represents one of versions of the “qual” package
Returns
the SBML version with the given URI of this package, or 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.