public class SBMLqualExport extends Object
| Constructor and Description |
|---|
SBMLqualExport(LogicalModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
ensureFilled() |
void |
export(OutputStream out) |
SBMLQualBundle |
getSBMLBundle() |
org.sbml.jsbml.SBMLDocument |
getSBMLDocument() |
org.sbml.jsbml.ext.qual.QualitativeSpecies |
getSpecies(NodeInfo ni) |
void |
setInitialCondition(byte[] state)
Apply an initial condition to the exported model.
|
public SBMLqualExport(LogicalModel model)
public void export(OutputStream out) throws IOException, XMLStreamException
IOExceptionXMLStreamExceptionpublic org.sbml.jsbml.SBMLDocument getSBMLDocument()
public SBMLQualBundle getSBMLBundle()
public void ensureFilled()
public void setInitialCondition(byte[] state)
state - the initial levels for each core component (negative values for unspecified)public org.sbml.jsbml.ext.qual.QualitativeSpecies getSpecies(NodeInfo ni)
Copyright © 2012-2017. All Rights Reserved.