libSBML Python API
5.18.0
|
This class of objects is defined by libSBML only and has no direct equivalent in terms of SBML components. This class is not prescribed by the SBML specifications, although it is used to implement features defined in SBML.
Public Member Functions | |
def | __init__ (self, args) |
This method has multiple variants; they differ in the arguments they accept. More... | |
def | clone (self) |
Creates and returns a deep copy of this FbcExtension object. More... | |
def | getDefaultLevel () |
Returns the default SBML Level used by this libSBML package extension. More... | |
def | getDefaultPackageVersion () |
Returns the default version of the SBML Level 3 package implemented by this libSBML extension. More... | |
def | getDefaultVersion () |
Returns the default SBML Version used by this libSBML package extension. More... | |
def | getLevel (self, uri) |
Returns the SBML Level for the given URI of this package. More... | |
def | getName (self) |
Returns the name of this SBML Level 3 package ('fbc'). More... | |
def | getNumOfSBasePlugins (self) |
Returns the number of SBasePluginCreatorBase objects stored in this object. More... | |
def | getNumOfSupportedPackageURI (self) |
Returns the number of supported package namespace URIs. More... | |
def | getPackageName () |
Returns the nickname of the SBML Level 3 package implemented by this libSBML extension. More... | |
def | getPackageVersion (self, uri) |
Returns the SBML Level 3 package version for the given URI of this package. More... | |
def | getSBMLExtensionNamespaces (self, uri) |
Returns an FbcPkgNamespaces object. More... | |
def | getStringFromTypeCode (self, typeCode) |
Takes a type code of the “fbc” package and returns a string describing the code. More... | |
def | getSupportedPackageURI (self, n) |
Returns the nth XML namespace URI. More... | |
def | getURI (self, sbmlLevel, sbmlVersion, pkgVersion) |
Returns a string representing the SBML XML namespace of this SBML Level 3 package. More... | |
def | getVersion (self, uri) |
Returns the Version within the SBML Level for the given URI of this package. More... | |
def | getXmlnsL3V1V1 () |
Returns the XML namespace URI of the SBML Level 3 package implemented by this libSBML extension. More... | |
def | getXmlnsL3V1V2 () |
Returns the XML namespace URI of the SBML Level 3 package implemented by this libSBML extension. More... | |
def | isEnabled (self) |
Returns True if this package is enabled. More... | |
def | isInUse (self, doc) |
Indicates whether this extension is being used by the given SBMLDocument. More... | |
def | isSupported (self, uri) |
Returns True if the given XML namespace URI is supported by this package extension. More... | |
def | setEnabled (self, isEnabled) |
Enable or disable this package. More... | |
def libsbml.FbcExtension.__init__ | ( | self, | |
args | |||
) |
This method has multiple variants; they differ in the arguments they accept.
__init__() FbcExtension __init__(FbcExtension orig) FbcExtension
Each variant is described separately below.
FbcExtension(FbcExtension orig)
Copy constructor for FbcExtension.
orig | the FbcExtension instance to copy. |
FbcExtension()
Creates a new FbcExtension instance.
def libsbml.FbcExtension.clone | ( | self | ) |
Creates and returns a deep copy of this FbcExtension object.
clone() FbcExtension
def libsbml.FbcExtension.getDefaultLevel | ( | ) |
Returns the default SBML Level used by this libSBML package extension.
getDefaultLevel() long
def libsbml.FbcExtension.getDefaultPackageVersion | ( | ) |
Returns the default version of the SBML Level 3 package implemented by this libSBML extension.
getDefaultPackageVersion() long
def libsbml.FbcExtension.getDefaultVersion | ( | ) |
Returns the default SBML Version used by this libSBML package extension.
getDefaultVersion() long
def libsbml.FbcExtension.getLevel | ( | self, | |
uri | |||
) |
Returns the SBML Level for the given URI of this package.
getLevel(string uri) long
uri | a URI that represents a version of this package. |
0
if the given URI is invalid, or for a different package. def libsbml.FbcExtension.getName | ( | self | ) |
Returns the name of this SBML Level 3 package ('fbc').
getName() string
|
inherited |
Returns the number of SBasePluginCreatorBase objects stored in this object.
getNumOfSBasePlugins() int
|
inherited |
Returns the number of supported package namespace URIs.
getNumOfSupportedPackageURI() long
def libsbml.FbcExtension.getPackageName | ( | ) |
Returns the nickname of the SBML Level 3 package implemented by this libSBML extension.
getPackageName() string
def libsbml.FbcExtension.getPackageVersion | ( | self, | |
uri | |||
) |
Returns the SBML Level 3 package version for the given URI of this package.
getPackageVersion(string uri) long
uri | a URI that represents one of the valid versions of this package. |
0
if the given URI is invalid, or for a different package. def libsbml.FbcExtension.getSBMLExtensionNamespaces | ( | self, | |
uri | |||
) |
Returns an FbcPkgNamespaces object.
getSBMLExtensionNamespaces(string uri) SBMLNamespaces
uri | a URI that represents one of the valid versions of the “fbc” package. |
uri
, or None
if the URI is not defined in the “fbc” package. def libsbml.FbcExtension.getStringFromTypeCode | ( | self, | |
typeCode | |||
) |
Takes a type code of the “fbc” package and returns a string describing the code.
getStringFromTypeCode(int typeCode) string *
typeCode | a libSBML type code defined by the libSBML extension implementing support for the SBML Level 3 “fbc” package. |
typeCode
. If the type code is unrecognized for this implementation of the libSBML “fbc” package, the string returned will be '(Unknown SBML Fbc Type)'
.
|
inherited |
Returns the nth XML namespace URI.
getSupportedPackageURI(long n) string
n | the index number of the namespace URI being sought. |
def libsbml.FbcExtension.getURI | ( | self, | |
sbmlLevel, | |||
sbmlVersion, | |||
pkgVersion | |||
) |
Returns a string representing the SBML XML namespace of this SBML Level 3 package.
getURI(long sbmlLevel, long sbmlVersion, long pkgVersion) string
The namespace URI constructed by this method corresponds to the combination of the Level and Version of SBML, and the Version of the SBML Level 3 package. (At the time of this writing, the only SBML Level that supports packages is Level 3, so the value of sbmlLevel
must necessarily always be 3
.)
sbmlLevel | the level of SBML. |
sbmlVersion | the version of SBML. |
pkgVersion | the version of the package. |
def libsbml.FbcExtension.getVersion | ( | self, | |
uri | |||
) |
Returns the Version within the SBML Level for the given URI of this package.
getVersion(string uri) long
uri | a URI that represents a version of this package. |
0
if the given URI is invalid, or for a different package. def libsbml.FbcExtension.getXmlnsL3V1V1 | ( | ) |
Returns the XML namespace URI of the SBML Level 3 package implemented by this libSBML extension.
getXmlnsL3V1V1() string
def libsbml.FbcExtension.getXmlnsL3V1V2 | ( | ) |
Returns the XML namespace URI of the SBML Level 3 package implemented by this libSBML extension.
getXmlnsL3V1V2() string
|
inherited |
Returns True
if this package is enabled.
isEnabled() bool
True
if this package is enabled, False
otherwise.
|
inherited |
Indicates whether this extension is being used by the given SBMLDocument.
isInUse(SBMLDocument doc) bool
The default implementation returns True
. This means that when a document had this extension enabled, it will not be possible to convert it to SBML Level 2 as we cannot make sure that the extension can be converted.
doc | the SBML document to test. |
|
inherited |
Returns True
if the given XML namespace URI is supported by this package extension.
isSupported(string uri) bool
True
if the given XML namespace URI (equivalent to a package version) is supported by this package extension, False
otherwise.
|
inherited |
Enable or disable this package.
setEnabled(bool isEnabled) bool
isEnabled | flag indicating whether to enable (if True ) or disable (False ) this package extension. |
True
if this call succeeded; False
otherwise.