Package | Description |
---|---|
de.unirostock.sems.bives.cellml.parser |
Modifier and Type | Field | Description |
---|---|---|
protected CellMLModel |
CellMLEntity.model |
The model.
|
Modifier and Type | Method | Description |
---|---|---|
CellMLModel |
CellMLDocument.getModel() |
Gets the encoded model.
|
CellMLModel |
CellMLEntity.getModel() |
Gets the corresponding model.
|
Modifier and Type | Method | 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 | 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(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.
|
Role(CellMLModel model,
de.unirostock.sems.xmlutils.ds.DocumentNode node) |
Instantiates a new role.
|
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.