org.sbml.jsbml.util

Class SubModel

Since:
0.8
Version:
$Rev: 1639 $
Author:
Nicolas Rodriguez, chenli
Parameters:
model - the SBML model where we want to extract a sub-model.
compartmentsIds - the list of compartment to keep
speciesIds - the list of species to keep
reactsIds - the list of reactions to keep
rulesIds - the list of rules to keep
eventsIds - the list of events to keep
Returns:
a sub-model containing the elements passed as argument and all the necessary dependencies.