Modifier and Type | Class and Description |
---|---|
class |
SBMLFunctionDefinitionConverter
SBML converter for replacing function definitions.
|
class |
SBMLInitialAssignmentConverter
SBML converter for replacing initial assignments.
|
class |
SBMLLevelVersionConverter
SBML converter for transforming documents from one Level+Version to another.
|
class |
SBMLRuleConverter
SBML converter for reordering rules and assignments in a model.
|
class |
SBMLStripPackageConverter
SBML converter for removing packages.
|
class |
SBMLUnitsConverter
SBML converter to convert a model's units to SI units.
|
Modifier and Type | Method and Description |
---|---|
SBMLConverter |
SBMLRuleConverter.cloneObject()
Creates and returns a deep copy of this
SBMLLevelVersionConverter
object. |
SBMLConverter |
SBMLInitialAssignmentConverter.cloneObject()
Creates and returns a deep copy of this
SBMLInitialAssignmentConverter
object. |
SBMLConverter |
SBMLConverter.cloneObject()
Creates and returns a deep copy of this
SBMLConverter object. |
SBMLConverter |
SBMLStripPackageConverter.cloneObject()
Creates and returns a deep copy of this
SBMLStripPackageConverter
object. |
SBMLConverter |
SBMLLevelVersionConverter.cloneObject()
Creates and returns a deep copy of this
SBMLConverter object. |
SBMLConverter |
SBMLFunctionDefinitionConverter.cloneObject()
Creates and returns a deep copy of this
SBMLFunctionDefinitionConverter
object. |
SBMLConverter |
SBMLUnitsConverter.cloneObject()
Creates and returns a deep copy of this
SBMLConverter object. |
SBMLConverter |
SBMLConverterRegistry.getConverterByIndex(int index)
Returns the converter with the given index number.
|
SBMLConverter |
SBMLConverterRegistry.getConverterFor(ConversionProperties props)
Returns the converter that best matches the given configuration
properties.
|
Modifier and Type | Method and Description |
---|---|
int |
SBMLConverterRegistry.addConverter(SBMLConverter converter)
Adds the given converter to the registry of SBML converters.
|
Constructor and Description |
---|
SBMLConverter(SBMLConverter c)
Copy constructor; creates a copy of an
SBMLConverter object. |