Generated by
JDiff

Class org.sbml.jsbml.ext.comp.CompModelPlugin

Added interface org.sbml.jsbml.util.IdManager.

Added Methods
boolean accept(SBase)  
int getNumPorts() Returns the number of Port of this CompModelPlugin.
int getNumSubmodels() Returns the number of Submodel of this CompModelPlugin.
Port getPort(int) Returns the n-th Port object in this CompModelPlugin.
Port getPort(String) Returns a Port element that has the given 'id' within this CompModelPlugin or {@code null} if no such element can be found.
Submodel getSubmodel(int) Returns the n-th Submodel object in this CompModelPlugin.
Submodel getSubmodel(String) Returns a Submodel element that has the given 'id' within this CompModelPlugin or {@code null} if no such element can be found.
boolean register(SBase)  
boolean unregister(SBase)