public class SBMLEventAssignment extends SBMLSBase
documentNode, sbmlModel
Constructor | Description |
---|---|
SBMLEventAssignment(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode,
SBMLModel sbmlModel) |
Instantiates a new SBML event assignment.
|
Modifier and Type | Method | Description |
---|---|---|
de.unirostock.sems.bives.ds.MathML |
getMath() |
Gets the math.
|
SBMLSBase |
getVariable() |
Gets the variable of interest.
|
void |
reportDelete(de.unirostock.sems.bives.markup.MarkupElement me) |
Report delete.
|
void |
reportInsert(de.unirostock.sems.bives.markup.MarkupElement me) |
Report insert.
|
void |
reportModification(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt,
SBMLEventAssignment a,
SBMLEventAssignment b,
de.unirostock.sems.bives.markup.MarkupElement me) |
Report modification on this entity.
|
protected SBMLSBase |
resolveVariable(String ref) |
Resolve variable.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDocumentNode, getModel
addOntologyLink, flagMetaModifcations, getAnnotation, getMetaId, getNotes, getOntologyLinks, getSBOTerm
public SBMLEventAssignment(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode, SBMLModel sbmlModel) throws BivesSBMLParseException
documentNode
- the document node encoding this entity in the corresponding XML treesbmlModel
- the SBML modelBivesSBMLParseException
- the bives sbml parse exceptionprotected final SBMLSBase resolveVariable(String ref) throws BivesSBMLParseException
ref
- the reference to a variable nameBivesSBMLParseException
- the bives sbml parse exceptionpublic SBMLSBase getVariable()
public de.unirostock.sems.bives.ds.MathML getMath()
public void reportModification(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt, SBMLEventAssignment a, SBMLEventAssignment b, de.unirostock.sems.bives.markup.MarkupElement me)
conMgmt
- the connection managera
- the original versionb
- the modified versionme
- the markup elementpublic void reportInsert(de.unirostock.sems.bives.markup.MarkupElement me)
me
- the mepublic void reportDelete(de.unirostock.sems.bives.markup.MarkupElement me)
me
- the meCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.