Package | Description |
---|---|
de.unirostock.sems.bives.cellml.parser |
Modifier and Type | Method and 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 and Description |
---|---|
void |
CellMLUnitDictionary.addUnit(CellMLComponent c,
CellMLUserUnit u,
boolean imported)
Adds a unit.
|
void |
CellMLModel.addUnit(CellMLUserUnit unit,
boolean imported)
Adds a unit.
|
void |
CellMLModel.importUnit(CellMLUserUnit unit)
Imports a unit from another document.
|
Modifier and Type | Method and 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 |
CellMLVariable.getDependencies(Map<CellMLUserUnit,List<CellMLEntity>> list)
Adds the unit this variable depends 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.
|
Copyright © 2015 SEMS project @ University of Rostock. All rights reserved.