Uses of Class
org.episteme.natural.biology.loaders.sbml.SBMLSpecies
Packages that use SBMLSpecies
Package
Description
Systems Biology Markup Language (SBML) loader for Episteme.
-
Uses of SBMLSpecies in org.episteme.natural.biology.loaders.sbml
Methods in org.episteme.natural.biology.loaders.sbml that return SBMLSpeciesMethods in org.episteme.natural.biology.loaders.sbml that return types with arguments of type SBMLSpeciesModifier and TypeMethodDescriptionSBMLModel.getBoundaryMetabolites()Returns the list of boundary metabolites.SBMLModel.getInternalMetabolites()Returns the list of internal metabolites (non-boundary species).SBMLModel.getSpecies()Methods in org.episteme.natural.biology.loaders.sbml with parameters of type SBMLSpeciesModifier and TypeMethodDescriptionvoidSBMLModel.addSpecies(SBMLSpecies sp) SBMLBridge.convertToMolecule(SBMLSpecies sbmlSpecies) Converts a single SBML species to a Episteme Molecule.