Class SBMLEventTrigger


  • public class SBMLEventTrigger
    extends SBMLSBase
    The Class SBMLEventTrigger. The exact moment at which the math in the trigger evaluates to "true" during a simulation is taken to be the time point when the Event is triggered. .
    Author:
    Martin Scharm
    • Constructor Detail

      • SBMLEventTrigger

        public SBMLEventTrigger​(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode,
                                SBMLModel sbmlModel)
                         throws BivesSBMLParseException
        Instantiates a new SBML event trigger.
        Parameters:
        documentNode - the document node encoding this entity in the corresponding XML tree
        sbmlModel - the SBML model
        Throws:
        BivesSBMLParseException - the bives sbml parse exception
    • Method Detail

      • getMath

        public de.unirostock.sems.bives.ds.MathML getMath()
        Gets the math.
        Returns:
        the math
      • reportModification

        public void reportModification​(de.unirostock.sems.bives.algorithm.SimpleConnectionManager conMgmt,
                                       SBMLEventTrigger a,
                                       SBMLEventTrigger b,
                                       de.unirostock.sems.bives.markup.MarkupElement me)
        Report modifications.
        Parameters:
        conMgmt - the connection manager
        a - the original version
        b - the modified version
        me - the markup element
      • reportInsert

        public void reportInsert​(de.unirostock.sems.bives.markup.MarkupElement me)
        Report insert.
        Parameters:
        me - the me
      • reportDelete

        public void reportDelete​(de.unirostock.sems.bives.markup.MarkupElement me)
        Report delete.
        Parameters:
        me - the me