public class SBMLParser extends Object
| Constructor and Description |
|---|
SBMLParser(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
List<AssignmentRule> |
getAssignmentRules() |
Map<String,ChemicalEntity> |
getChemicalEntities() |
Map<EnclosedCompartment,Double> |
getCompartments() |
Map<String,SimulationParameter<?>> |
getGlobalParameters() |
List<DynamicReaction> |
getReactions() |
Map<ChemicalEntity,Double> |
getStartingConcentrations() |
void |
parse() |
public SBMLParser(InputStream inputStream)
public Map<String,ChemicalEntity> getChemicalEntities()
public Map<EnclosedCompartment,Double> getCompartments()
public List<DynamicReaction> getReactions()
public Map<ChemicalEntity,Double> getStartingConcentrations()
public Map<String,SimulationParameter<?>> getGlobalParameters()
public List<AssignmentRule> getAssignmentRules()
public void parse()
Copyright © 2017. All rights reserved.