Class SBMLEvent
- java.lang.Object
-
- de.unirostock.sems.bives.sbml.parser.SBMLGenericObject
-
- de.unirostock.sems.bives.sbml.parser.SBMLSBase
-
- de.unirostock.sems.bives.sbml.parser.SBMLEvent
-
- All Implemented Interfaces:
de.unirostock.sems.bives.algorithm.DiffReporter
public class SBMLEvent extends SBMLSBase implements de.unirostock.sems.bives.algorithm.DiffReporter
The Class SBMLEvent describes the time and form of instantaneous, discontinuous state changes in the model.- Author:
- Martin Scharm
-
-
Field Summary
-
Fields inherited from class de.unirostock.sems.bives.sbml.parser.SBMLGenericObject
documentNode, sbmlModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
Methods inherited from class de.unirostock.sems.bives.sbml.parser.SBMLSBase
addOntologyLink, flagMetaModifcations, getAnnotation, getMetaId, getNotes, getOntologyLinks, getSBOTerm
-
Methods inherited from class de.unirostock.sems.bives.sbml.parser.SBMLGenericObject
getDocumentNode, getModel
-
-
-
-
Constructor Detail
-
SBMLEvent
public SBMLEvent(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode, SBMLModel sbmlModel) throws BivesSBMLParseException
Instantiates a new sBML event.- Parameters:
documentNode
- the document node encoding this entity in the corresponding XML treesbmlModel
- the SBML model- Throws:
BivesSBMLParseException
- the bives sbml parse exception
-
-
Method Detail
-
reportModification
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)
- Specified by:
reportModification
in interfacede.unirostock.sems.bives.algorithm.DiffReporter
-
reportInsert
public de.unirostock.sems.bives.markup.MarkupElement reportInsert()
- Specified by:
reportInsert
in interfacede.unirostock.sems.bives.algorithm.DiffReporter
-
reportDelete
public de.unirostock.sems.bives.markup.MarkupElement reportDelete()
- Specified by:
reportDelete
in interfacede.unirostock.sems.bives.algorithm.DiffReporter
-
-