Modifier and Type | Class and Description |
---|---|
class |
CompPkgNamespaces
Class to store level, version and namespace information of SBML extension
package.
|
class |
FbcPkgNamespaces
Class to store level, version and namespace information of SBML extension
package.
|
class |
LayoutPkgNamespaces
Class to store level, version and namespace information of SBML extension
package.
|
Modifier and Type | Method and Description |
---|---|
SBMLNamespaces |
LayoutPkgNamespaces.cloneObject()
Creates and returns a deep copy of this
SBMLNamespaces . |
SBMLNamespaces |
FbcPkgNamespaces.cloneObject()
Creates and returns a deep copy of this
SBMLNamespaces . |
SBMLNamespaces |
SBMLNamespaces.cloneObject()
Creates and returns a deep copy of this
SBMLNamespaces . |
SBMLNamespaces |
CompPkgNamespaces.cloneObject()
Creates and returns a deep copy of this
SBMLNamespaces . |
SBMLNamespaces |
SBMLNamespacesList.get(long n) |
SBMLNamespaces |
SBMLConverter.getTargetNamespaces()
Returns the target SBML namespaces of the currently set properties.
|
SBMLNamespaces |
ConversionProperties.getTargetNamespaces()
Returns the current target SBML namespace.
|
SBMLNamespaces |
SBMLNamespacesList.remove(long n) |
Modifier and Type | Method and Description |
---|---|
void |
SBMLNamespacesList.add(SBMLNamespaces item) |
static boolean |
SyntaxChecker.hasExpectedXHTMLSyntax(XMLNode xhtml,
SBMLNamespaces sbmlns)
|
void |
SBMLNamespacesList.prepend(SBMLNamespaces item) |
void |
ConversionProperties.setTargetNamespaces(SBMLNamespaces targetNS)
Sets the target namespace.
|