public class FormatSupportService<F extends org.colomoto.biolqm.io.LogicalModelFormat> extends Object implements Service
Constructor and Description |
---|
FormatSupportService(F format) |
Modifier and Type | Method and Description |
---|---|
static void |
addMissingFormats()
Trigger the creation of automatic wrappers for all available formats.
|
static void |
blacklistFormat(org.colomoto.biolqm.io.LogicalModelFormat f)
Blacklist a format to prevent the creation of an automatic wrapper for it.
|
boolean |
canExport() |
boolean |
canExportModel(RegulatoryGraph graph) |
boolean |
canImport() |
String |
export(org.colomoto.biolqm.LogicalModel model,
org.colomoto.biolqm.io.StreamProvider out) |
String |
export(org.colomoto.biolqm.LogicalModel model,
String filename) |
String |
export(RegulatoryGraph graph,
String filename) |
org.colomoto.biolqm.LogicalModel |
importFile(File f) |
org.colomoto.biolqm.LogicalModel |
importFile(String filename) |
RegulatoryGraph |
importLRG(String filename) |
public final F extends org.colomoto.biolqm.io.LogicalModelFormat format
public FormatSupportService(F format)
public static void blacklistFormat(org.colomoto.biolqm.io.LogicalModelFormat f)
f
- public static void addMissingFormats()
public String export(RegulatoryGraph graph, String filename) throws Exception
Exception
public String export(org.colomoto.biolqm.LogicalModel model, String filename) throws Exception
Exception
public String export(org.colomoto.biolqm.LogicalModel model, org.colomoto.biolqm.io.StreamProvider out) throws Exception
Exception
public org.colomoto.biolqm.LogicalModel importFile(File f) throws Exception
Exception
public org.colomoto.biolqm.LogicalModel importFile(String filename) throws Exception
Exception
public RegulatoryGraph importLRG(String filename) throws Exception
Exception
public boolean canExport()
public boolean canImport()
public boolean canExportModel(RegulatoryGraph graph)
Copyright © 2005–2020. All rights reserved.