@MetaInfServices(value=Service.class) @Alias(value="SBML") @ServiceStatus(value=DEVELOPMENT) public class SBMLqualService extends FormatSupportService<org.colomoto.biolqm.io.sbml.SBMLFormat>
format
Constructor and Description |
---|
SBMLqualService() |
Modifier and Type | Method and Description |
---|---|
String |
export(RegulatoryGraph graph,
String filename)
Convenience method to export without having to configure anything.
|
String |
export(SBMLQualConfig config,
String filename)
Perform the SBML export, using the JSBML-based encoder from LogicalModel.
|
void |
exportAnnotation(org.sbml.jsbml.SBase elt,
Annotation gsnote) |
void |
importAnnotation(RegulatoryGraph lrg,
org.sbml.jsbml.SBase elt,
Annotation gsnote) |
RegulatoryGraph |
importLRG(String filename)
Return the graph built from the SBML file at the given path
|
addMissingFormats, blacklistFormat, canExport, canExportModel, canImport, export, export, importFile, importFile
public RegulatoryGraph importLRG(String filename)
importLRG
in class FormatSupportService<org.colomoto.biolqm.io.sbml.SBMLFormat>
filename
- the path of the SBML file describing the graphpublic String export(RegulatoryGraph graph, String filename) throws IOException
export
in class FormatSupportService<org.colomoto.biolqm.io.sbml.SBMLFormat>
graph
- filename
- IOException
public String export(SBMLQualConfig config, String filename) throws IOException
config
- the configuration structurefilename
- the path to the target fileIOException
public void exportAnnotation(org.sbml.jsbml.SBase elt, Annotation gsnote) throws XMLStreamException
XMLStreamException
public void importAnnotation(RegulatoryGraph lrg, org.sbml.jsbml.SBase elt, Annotation gsnote) throws XMLStreamException
XMLStreamException
Copyright © 2005–2020. All rights reserved.