Uses of Class
de.unirostock.sems.bives.sbml.parser.SBMLSpeciesReference
-
Packages that use SBMLSpeciesReference Package Description de.unirostock.sems.bives.sbml.parser -
-
Uses of SBMLSpeciesReference in de.unirostock.sems.bives.sbml.parser
Methods in de.unirostock.sems.bives.sbml.parser that return types with arguments of type SBMLSpeciesReference Modifier and Type Method Description List<SBMLSpeciesReference>
SBMLReaction. getProducts()
Gets the products.List<SBMLSpeciesReference>
SBMLReaction. getReactants()
Gets the reactants.Methods in de.unirostock.sems.bives.sbml.parser with parameters of type SBMLSpeciesReference Modifier and Type Method Description String
SBMLSpeciesReference. reportModification(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt, SBMLSpeciesReference a, SBMLSpeciesReference b)
Report the modifications of this species reference.
-