Generated by
JDiff

Class org.sbml.jsbml.ext.comp.CompSBMLDocumentPlugin

Added Methods
ExternalModelDefinition getExternalModelDefinition(int) Returns the n-th ExternalModelDefinition object in this CompSBMLDocumentPlugin.
ExternalModelDefinition getExternalModelDefinition(String) Returns a ExternalModelDefinition element that has the given 'id' within this CompSBMLDocumentPlugin or {@code null} if no such element can be found.
ModelDefinition getModelDefinition(int) Returns the n-th ModelDefinition object in this CompSBMLDocumentPlugin.
ModelDefinition getModelDefinition(String) Returns a ModelDefinition element that has the given 'id' within this CompSBMLDocumentPlugin or {@code null} if no such element can be found.
int getNumExternalModelDefinitions() Returns the number of ExternalModelDefinition of this CompSBMLDocumentPlugin.
int getNumModelDefinitions() Returns the number of ModelDefinition of this CompSBMLDocumentPlugin.