public class SBMLFunctionDefinition extends SBMLGenericIdNameObject implements de.unirostock.sems.bives.algorithm.DiffReporter
id, name
documentNode, sbmlModel
Constructor and Description |
---|
SBMLFunctionDefinition(de.unirostock.sems.xmlutils.ds.DocumentNode functionDefinition,
SBMLModel sbmlModel)
Instantiates a new SBML function definition.
|
Modifier and Type | Method and Description |
---|---|
de.unirostock.sems.bives.ds.MathML |
getMath()
Gets the math.
|
de.unirostock.sems.bives.markup.MarkupElement |
reportDelete() |
de.unirostock.sems.bives.markup.MarkupElement |
reportInsert() |
de.unirostock.sems.bives.markup.MarkupElement |
reportModification(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt,
de.unirostock.sems.bives.algorithm.DiffReporter docA,
de.unirostock.sems.bives.algorithm.DiffReporter docB) |
getID, getName, getNameAndId, getNameOrId
getAnnotation, getMetaId, getNotes, getSBOTerm
getDocumentNode, getModel
public SBMLFunctionDefinition(de.unirostock.sems.xmlutils.ds.DocumentNode functionDefinition, SBMLModel sbmlModel) throws BivesSBMLParseException
functionDefinition
- the document node encoding this entity in the corresponding XML treesbmlModel
- the SBML modelBivesSBMLParseException
- the bives sbml parse exceptionpublic de.unirostock.sems.bives.ds.MathML getMath()
public de.unirostock.sems.bives.markup.MarkupElement reportModification(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt, de.unirostock.sems.bives.algorithm.DiffReporter docA, de.unirostock.sems.bives.algorithm.DiffReporter docB)
reportModification
in interface de.unirostock.sems.bives.algorithm.DiffReporter
public de.unirostock.sems.bives.markup.MarkupElement reportInsert()
reportInsert
in interface de.unirostock.sems.bives.algorithm.DiffReporter
public de.unirostock.sems.bives.markup.MarkupElement reportDelete()
reportDelete
in interface de.unirostock.sems.bives.algorithm.DiffReporter
Copyright © 2014 SEMS project @ University of Rostock. All rights reserved.