public abstract class SBMLRule extends SBMLSBase implements de.unirostock.sems.bives.ds.DiffReporter
Modifier and Type | Field and Description |
---|---|
static int |
ALGEBRAIC_RULE |
static int |
ASSIGNMENT_RULE |
protected de.unirostock.sems.bives.ds.MathML |
math |
static int |
RATE_RULE |
protected int |
type |
documentNode, sbmlModel
Constructor and Description |
---|
SBMLRule(de.unirostock.sems.xmltools.ds.DocumentNode documentNode,
SBMLModel sbmlModel) |
Modifier and Type | Method and Description |
---|---|
de.unirostock.sems.bives.ds.MathML |
getMath() |
int |
getRuleType() |
protected SBMLSBase |
resolvVariable(String ref) |
getAnnotation, getMetaId, getNotes, getSBOTerm, reportAnnotation, reportNotes
getDocumentNode, getModel
public static final int ASSIGNMENT_RULE
public static final int ALGEBRAIC_RULE
public static final int RATE_RULE
protected de.unirostock.sems.bives.ds.MathML math
protected int type
public SBMLRule(de.unirostock.sems.xmltools.ds.DocumentNode documentNode, SBMLModel sbmlModel) throws BivesSBMLParseException
documentNode
- sbmlDocument
- BivesSBMLParseException
public de.unirostock.sems.bives.ds.MathML getMath()
protected final SBMLSBase resolvVariable(String ref) throws BivesSBMLParseException
BivesSBMLParseException
public int getRuleType()
Copyright © 2014 SEMS project @ University of Rostock. All rights reserved.