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