Uses of Class
de.unirostock.sems.bives.sbml.parser.SBMLSpecies
-
Packages that use SBMLSpecies Package Description de.unirostock.sems.bives.sbml.parser -
-
Uses of SBMLSpecies in de.unirostock.sems.bives.sbml.parser
Fields in de.unirostock.sems.bives.sbml.parser declared as SBMLSpecies Modifier and Type Field Description protected SBMLSpecies
SBMLSimpleSpeciesReference. species
The species it is linking to.Methods in de.unirostock.sems.bives.sbml.parser that return SBMLSpecies Modifier and Type Method Description SBMLSpecies
SBMLModel. getSpecies(String id)
Gets the species.SBMLSpecies
SBMLSimpleSpeciesReference. getSpecies()
Gets the corresponding species.Methods in de.unirostock.sems.bives.sbml.parser that return types with arguments of type SBMLSpecies Modifier and Type Method Description HashMap<String,SBMLSpecies>
SBMLModel. getSpecies()
Gets the species.
-