public class CellMLReactionSubstance.Role extends CellMLEntity
Modifier and Type | Field and Description |
---|---|
CellMLVariable |
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
|
int |
direction
The optional direction attribute may be used on
|
List<de.unirostock.sems.bives.ds.MathML> |
math
The
|
int |
role
The role attribute must have a value of "reactant", "product", "catalyst", "activator", "inhibitor", "modifier", or "rate".
|
Double |
stoichiometry
The optional stoichiometry attribute stores the stoichiometry of the current variable relative to the other reaction participants.
|
model
Constructor and Description |
---|
CellMLReactionSubstance.Role(CellMLModel model,
de.unirostock.sems.xmlutils.ds.DocumentNode node)
Instantiates a new role.
|
associateRdfDescription, getDocumentNode, getMetaId, getModel, getRdfBlocks, getRdfDescriptions, setMetaId, setModel
public int role
public int direction
public CellMLVariable delta_variable
public Double stoichiometry
public List<de.unirostock.sems.bives.ds.MathML> math
public CellMLReactionSubstance.Role(CellMLModel model, de.unirostock.sems.xmlutils.ds.DocumentNode node) throws BivesCellMLParseException, de.unirostock.sems.bives.exception.BivesDocumentConsistencyException, de.unirostock.sems.bives.exception.BivesLogicalException
model
- the model that contains this reactionnode
- the corresponding document node in the XML treeBivesCellMLParseException
- the bives cell ml parse exceptionde.unirostock.sems.bives.exception.BivesDocumentConsistencyException
- the bives document consistency exceptionde.unirostock.sems.bives.exception.BivesLogicalException
- the bives logical exceptionCopyright © 2015 SEMS project @ University of Rostock. All rights reserved.