Uses of Class
de.unirostock.sems.bives.sbml.parser.SBMLParameter
-
Packages that use SBMLParameter Package Description de.unirostock.sems.bives.sbml.parser -
-
Uses of SBMLParameter in de.unirostock.sems.bives.sbml.parser
Methods in de.unirostock.sems.bives.sbml.parser that return SBMLParameter Modifier and Type Method Description SBMLParameter
SBMLModel. getParameter(String id)
Gets a specific parameter.Methods in de.unirostock.sems.bives.sbml.parser that return types with arguments of type SBMLParameter Modifier and Type Method Description HashMap<String,SBMLParameter>
SBMLModel. getParameters()
Gets the parameters.
-