Package | Description |
---|---|
de.unirostock.sems.bives.cellml.parser |
Modifier and Type | Field | Description |
---|---|---|
CellMLVariable |
CellMLReactionSubstance.Role.delta_variable |
The optional delta_variable attribute indicates which variable is used to store the change in concentration of the species represented by the variable referenced by the current
variable_ref element. |
Modifier and Type | Method | Description |
---|---|---|
CellMLVariable |
CellMLVariable.getInitialValueVariable() |
Gets the initial value, if specified by a variable.
|
CellMLVariable |
CellMLVariable.getRootVariable() |
Gets the root variable, obtained by traversing the interface connections.
|
CellMLVariable |
CellMLComponent.getVariable(String name) |
Gets the variable.
|
CellMLVariable |
CellMLReactionSubstance.getVariable() |
Gets the corresponding CellML variable.
|
Modifier and Type | Method | Description |
---|---|---|
List<CellMLVariable> |
CellMLVariable.getPrivateInterfaceConnections() |
Gets the private interface connections as a list of CellML variables.
|
List<CellMLVariable> |
CellMLVariable.getPublicInterfaceConnections() |
Gets the public interface connections as a list of CellML variables.
|
HashMap<String,CellMLVariable> |
CellMLComponent.getVariables() |
Gets the variables of this component.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CellMLVariable.addPrivateInterfaceConnection(CellMLVariable var) |
Adds the private interface connection to annother CellML variable.
|
void |
CellMLVariable.addPublicInterfaceConnection(CellMLVariable var) |
Adds a public interface connection to annother CellML variable.
|
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.