Package | Description |
---|---|
de.unirostock.sems.bives.cellml.parser |
Modifier and Type | Field and Description |
---|---|
protected CellMLModel |
CellMLEntity.model
The model.
|
Modifier and Type | Method and Description |
---|---|
CellMLModel |
CellMLDocument.getModel()
Gets the encoded model.
|
CellMLModel |
CellMLEntity.getModel()
Gets the corresponding model.
|
Modifier and Type | Method and Description |
---|---|
static CellMLConnection.ConnectedComponents |
CellMLConnection.parseConnection(CellMLModel model,
CellMLHierarchy hierarchy,
de.unirostock.sems.xmlutils.ds.DocumentNode connection,
HashMap<String,CellMLComponent> limit)
Parses a connection as defined in a CellML document.
|
void |
CellMLEntity.setModel(CellMLModel model)
Sets the model.
|
Constructor and Description |
---|
CellMLComponent(CellMLModel model,
de.unirostock.sems.xmlutils.ds.DocumentNode node)
Instantiates a new CellML component.
|
CellMLEntity(de.unirostock.sems.xmlutils.ds.DocumentNode node,
CellMLModel model)
Instantiates a new CellML entity.
|
CellMLHierarchy(CellMLModel model)
Instantiates a new CellML hierarchy object.
|
CellMLImporter(de.unirostock.sems.xmlutils.ds.DocumentNode node,
CellMLModel model)
Instantiates a new CellML importer.
|
CellMLReaction(CellMLModel model,
CellMLComponent component,
de.unirostock.sems.xmlutils.ds.DocumentNode node)
Instantiates a new CellML reaction.
|
CellMLReactionSubstance.Role(CellMLModel model,
de.unirostock.sems.xmlutils.ds.DocumentNode node)
Instantiates a new role.
|
CellMLReactionSubstance(CellMLModel model,
CellMLComponent component,
de.unirostock.sems.xmlutils.ds.DocumentNode node)
Instantiates a new CellML reaction substance.
|
CellMLUnit(CellMLModel model,
String name,
de.unirostock.sems.xmlutils.ds.DocumentNode node)
Instantiates a new CellML unit as defined in a CellML model.
|
CellMLUnitDictionary(CellMLModel model)
Instantiates a new CellML unit dictionary.
|
CellMLUserUnit(CellMLModel model,
CellMLUnitDictionary dict,
CellMLComponent component,
de.unirostock.sems.xmlutils.ds.DocumentNode node)
Instantiates a new CellML user unit.
|
CellMLVariable(CellMLModel model,
CellMLComponent component,
de.unirostock.sems.xmlutils.ds.DocumentNode node)
Instantiates a new CellML variable.
|
Copyright © 2015 SEMS project @ University of Rostock. All rights reserved.