public class FbcV2ToCobraConverter extends java.lang.Object implements SBMLConverter
| Constructor and Description |
|---|
FbcV2ToCobraConverter() |
| Modifier and Type | Method and Description |
|---|---|
SBMLDocument |
convert(SBMLDocument sbmlDocument)
Converts a given
SBMLDocument. |
void |
setOption(java.lang.String name,
java.lang.String value)
Sets options
|
public SBMLDocument convert(SBMLDocument sbmlDocument) throws SBMLException
SBMLConverterSBMLDocument.convert in interface SBMLConvertersbmlDocument - the document that need to be converted, it should not be modifiedSBMLDocumentSBMLException - if a problem occurred during conversionpublic void setOption(java.lang.String name,
java.lang.String value)
SBMLConvertersetOption in interface SBMLConverter