Modifier and Type | Class and Description |
---|---|
class |
CompModelPlugin
|
class |
CompSBasePlugin
|
class |
CompSBMLDocumentPlugin
comp
Extension of
SBMLDocument . |
class |
FbcModelPlugin
|
class |
FbcReactionPlugin
|
class |
FbcSpeciesPlugin
|
class |
GroupsModelPlugin |
class |
LayoutModelPlugin
|
class |
LayoutSpeciesReferencePlugin
layout
Extension of
SpeciesReference . |
class |
QualModelPlugin
|
class |
RenderGraphicalObjectPlugin |
class |
RenderLayoutPlugin |
class |
RenderListOfLayoutsPlugin |
class |
SBMLDocumentPlugin
Base class for extending
SBMLDocument in packages. |
Modifier and Type | Method and Description |
---|---|
SBasePlugin |
SBasePlugin.cloneObject()
Creates and returns a deep copy of this
SBasePlugin object. |
SBasePlugin |
RenderGraphicalObjectPlugin.cloneObject()
Creates and returns a deep copy of this RenderGraphicalObjectPlugin object.
|
SBasePlugin |
CompSBMLDocumentPlugin.cloneObject()
Creates and returns a deep copy of this
CompSBMLDocumentPlugin object. |
SBasePlugin |
LayoutSpeciesReferencePlugin.cloneObject()
Creates and returns a deep copy of this
LayoutSpeciesReferencePlugin object. |
SBasePlugin |
RenderLayoutPlugin.cloneObject()
Creates and returns a deep copy of this RenderLayoutPlugin object.
|
SBasePlugin |
FbcSpeciesPlugin.cloneObject()
Creates and returns a deep copy of this
FbcSpeciesPlugin object. |
SBasePlugin |
CompModelPlugin.cloneObject()
Creates and returns a deep copy of this
CompModelPlugin object. |
SBasePlugin |
LayoutModelPlugin.cloneObject()
Creates and returns a deep copy of this
LayoutModelPlugin object. |
SBasePlugin |
GroupsModelPlugin.cloneObject()
Creates and returns a deep copy of this GroupsModelPlugin object.
|
SBasePlugin |
FbcReactionPlugin.cloneObject()
Creates and returns a deep copy of this
FbcReactionPlugin object. |
SBasePlugin |
FbcModelPlugin.cloneObject()
Creates and returns a deep copy of this
FbcModelPlugin object. |
SBasePlugin |
QualModelPlugin.cloneObject()
Creates and returns a deep copy of this
QualModelPlugin object. |
SBasePlugin |
RenderListOfLayoutsPlugin.cloneObject()
Creates and returns a deep copy of this RenderListOfLayoutsPlugin object.
|
SBasePlugin |
SBMLDocumentPlugin.cloneObject()
Creates and returns a deep copy of this
SBMLDocumentPlugin object. |
SBasePlugin |
CompSBasePlugin.cloneObject()
Creates and returns a deep copy of this
CompSBasePlugin object. |
SBasePlugin |
RenderExtension.DowncastSBasePlugin(long cPtr,
boolean owner) |
SBasePlugin |
GroupsExtension.DowncastSBasePlugin(long cPtr,
boolean owner) |
SBasePlugin |
SBase.getDisabledPlugin(long n)
Returns the nth disabled plug-in object (extension interface) for an SBML Level 3
package extension.
|
SBasePlugin |
SBase.getPlugin(long n)
Returns the nth plug-in object (extension interface) for an SBML Level 3
package extension.
|
SBasePlugin |
SBase.getPlugin(java.lang.String arg0)
Returns a plug-in object (extension interface) for an SBML Level 3
package extension with the given package name or URI.
|