Package | Description |
---|---|
de.unirostock.sems.bives.cellml.parser |
Modifier and Type | Method | Description |
---|---|---|
HashMap<String,CellMLUserUnit> |
CellMLUnitDictionary.getComponentUnits(CellMLComponent component) |
Gets the units defined in a certain component.
|
HashMap<String,CellMLUserUnit> |
CellMLUnitDictionary.getModelUnits() |
Gets the units defined globally in the model.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CellMLModel.addUnit(CellMLUserUnit unit,
boolean imported) |
Adds a unit.
|
void |
CellMLUnitDictionary.addUnit(CellMLComponent c,
CellMLUserUnit u,
boolean imported) |
Adds a unit.
|
void |
CellMLModel.importUnit(CellMLUserUnit unit) |
Imports a unit from another document.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CellMLComponent.getDependencies(Map<CellMLUserUnit,List<CellMLEntity>> list) |
Adds the units the variables in this component depend on to a global list of dependencies.
|
void |
CellMLUserUnit.getDependencies(Map<CellMLUserUnit,List<CellMLEntity>> list) |
Add the units this unit depends on to a global list of dependencies.
|
void |
CellMLVariable.getDependencies(Map<CellMLUserUnit,List<CellMLEntity>> list) |
Adds the unit this variable depends on to a global list of dependencies.
|
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.