Uses of Class
de.unirostock.sems.bives.sbml.parser.SBMLUnitDefinition
-
Packages that use SBMLUnitDefinition Package Description de.unirostock.sems.bives.sbml.parser -
-
Uses of SBMLUnitDefinition in de.unirostock.sems.bives.sbml.parser
Methods in de.unirostock.sems.bives.sbml.parser that return SBMLUnitDefinition Modifier and Type Method Description SBMLUnitDefinition
SBMLModel. getUnitDefinition(String kind)
Gets the unit definition.Methods in de.unirostock.sems.bives.sbml.parser that return types with arguments of type SBMLUnitDefinition Modifier and Type Method Description HashMap<String,SBMLUnitDefinition>
SBMLModel. getUnitDefinitions()
Gets the unit definitions.
-