Modifier and Type | Method and Description |
---|---|
ConversionProperties |
ConversionProperties.cloneObject()
Creates and returns a deep copy of this
ConversionProperties object. |
ConversionProperties |
SBMLRuleConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLInitialAssignmentConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLStripPackageConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLLevelVersionConverter.getDefaultProperties()
Returns the default properties of this converter.
|
ConversionProperties |
SBMLFunctionDefinitionConverter.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 |
---|---|
SBMLConverter |
SBMLConverterRegistry.getConverterFor(ConversionProperties props)
Returns the converter that best matches the given configuration
properties.
|
boolean |
SBMLRuleConverter.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 |
SBMLConverter.matchesProperties(ConversionProperties props)
Predicate returning
true if this converter's properties matches a
given set of configuration properties. |
boolean |
SBMLStripPackageConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLLevelVersionConverter.matchesProperties(ConversionProperties props)
Predicate returning
true if this converter's properties matches a
given set of configuration properties. |
boolean |
SBMLFunctionDefinitionConverter.matchesProperties(ConversionProperties props)
Returns
true if this converter object's properties match the given
properties. |
boolean |
SBMLUnitsConverter.matchesProperties(ConversionProperties props)
Predicate returning
true if this converter's properties matches a
given set of configuration properties. |
int |
SBMLConverter.setProperties(ConversionProperties props)
Sets the configuration properties to be used by this converter.
|
Constructor and Description |
---|
ConversionProperties(ConversionProperties orig)
Copy constructor.
|