Modifier and Type | Method and Description |
---|---|
ConversionProperties |
ConversionProperties.cloneObject()
Creates and returns a deep copy of this
ConversionProperties object. |
ConversionProperties |
CobraToFbcConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
CompFlatteningConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
FbcToCobraConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
FbcV1ToV2Converter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
FbcV2ToV1Converter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLFunctionDefinitionConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLIdConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLInferUnitsConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLInitialAssignmentConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLLevel1Version1Converter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLLevelVersionConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLLocalParameterConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLReactionConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLRuleConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLStripPackageConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLUnitsConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLConverter.getProperties()
Returns the current properties in effect for this converter.
|
Modifier and Type | Method and Description |
---|---|
int |
SBMLDocument.convert(ConversionProperties props)
Converts this document using the converter that best matches
the given conversion properties.
|
SBMLConverter |
SBMLConverterRegistry.getConverterFor(ConversionProperties props)
Returns the converter that best matches the given configuration
properties.
|
boolean |
CobraToFbcConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
CompFlatteningConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter matches the given properties. |
boolean |
FbcToCobraConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
FbcV1ToV2Converter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
FbcV2ToV1Converter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter matches the given properties. |
boolean |
SBMLFunctionDefinitionConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLIdConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLInferUnitsConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLInitialAssignmentConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLLevel1Version1Converter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLLevelVersionConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLLocalParameterConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLReactionConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLRuleConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLStripPackageConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLUnitsConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
int |
SBMLConverter.setProperties(ConversionProperties props)
Sets the configuration properties to be used by this converter.
|
Constructor and Description |
---|
ConversionProperties(ConversionProperties orig)
Copy constructor.
|