Uses of Class
de.unirostock.sems.bives.sbml.parser.SBMLCompartment
-
Packages that use SBMLCompartment Package Description de.unirostock.sems.bives.sbml.parser -
-
Uses of SBMLCompartment in de.unirostock.sems.bives.sbml.parser
Methods in de.unirostock.sems.bives.sbml.parser that return SBMLCompartment Modifier and Type Method Description SBMLCompartment
SBMLCompartment. getCompartment()
SBMLCompartment
SBMLModel. getCompartment(String id)
Gets the compartment.SBMLCompartment
SBMLReaction. getCompartment()
Gets the compartment.SBMLCompartment
SBMLSpecies. getCompartment()
Gets the compartment that hosts this species.Methods in de.unirostock.sems.bives.sbml.parser that return types with arguments of type SBMLCompartment Modifier and Type Method Description HashMap<String,SBMLCompartment>
SBMLModel. getCompartments()
Gets the compartments.
-