Class SBMLAlgebraicRule

  • All Implemented Interfaces:
    de.unirostock.sems.bives.algorithm.DiffReporter

    public class SBMLAlgebraicRule
    extends SBMLRule
    The Class SBMLAlgebraicRule used to express equations that are neither assignments of model variables nor rates of change.
    Author:
    Martin Scharm
    • Constructor Detail

      • SBMLAlgebraicRule

        public SBMLAlgebraicRule​(de.unirostock.sems.xmlutils.ds.DocumentNode documentNode,
                                 SBMLModel sbmlModel)
                          throws BivesSBMLParseException
        Instantiates a new SBML algebraic rule.
        Parameters:
        documentNode - the corresponding document node int the XML tree
        sbmlModel - 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)
      • reportInsert

        public de.unirostock.sems.bives.markup.MarkupElement reportInsert()
      • reportDelete

        public de.unirostock.sems.bives.markup.MarkupElement reportDelete()