Uses of Class
de.unirostock.sems.bives.sbml.parser.SBMLCompartmentType
-
Packages that use SBMLCompartmentType Package Description de.unirostock.sems.bives.sbml.parser -
-
Uses of SBMLCompartmentType in de.unirostock.sems.bives.sbml.parser
Methods in de.unirostock.sems.bives.sbml.parser that return SBMLCompartmentType Modifier and Type Method Description SBMLCompartmentType
SBMLModel. getCompartmentType(String id)
Gets the compartment type.Methods in de.unirostock.sems.bives.sbml.parser that return types with arguments of type SBMLCompartmentType Modifier and Type Method Description HashMap<String,SBMLCompartmentType>
SBMLModel. getCompartmentTypes()
Gets the compartment types.
-