public class CompFlatteningConverter extends Object
CompFlatteningConverter object translates a hierarchical model defined with the SBML LevelĀ 3
Hierarchical Model Composition package into a 'flattened' version of the same model. This means the the hierarchical
structure is dissolved and all objects are build into a single model that does no longer require the comp package.| Constructor and Description |
|---|
CompFlatteningConverter() |
| Modifier and Type | Method and Description |
|---|---|
SBMLDocument |
flatten(SBMLDocument document)
Public method to call on a CompflatteningConverter object.
|
public SBMLDocument flatten(SBMLDocument document)
document - SBML Document to flattenCopyright © 2009–2018. All rights reserved.